Drupal 10 deprecation errors

Filter errors
All occurences Affected projects Sort ascending Occurs in a top X project by usage Category Message
1 1 10000 Symfony API Parameter $event of method Drupal​\​pardot​\​EventSubscriber​\​PardotEventSubscriber::evaluateTrackingScope() has typehint with deprecated class Symfony​\​Component​\​HttpKernel​\​Event​\​GetResponseEvent: since Symfony 4.3, use RequestEvent instead
1 1 10000 Other problem Property Drupal​\​Tests​\​pardot​\​Functional​\​LoadTest::$modules property must be protected.
1 1 10000 Symfony API Parameter $event of method Drupal​\​cleanpager​\​EventSubscriber​\​CleanPagerSubscriber::checkForRedirection() has typehint with deprecated class Symfony​\​Component​\​HttpKernel​\​Event​\​GetResponseEvent: since Symfony 4.3, use RequestEvent instead
1 1 10000 Other problem Call to deprecated method toMinorUnits() of class Drupal​\​commerce_payment​\​Plugin​\​Commerce​\​PaymentGateway​\​PaymentGatewayBase.
1 1 10000 Frontend API The 'form' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256
1 1 10000 Frontend API The 'cbb' library is depending on a deprecated library. The core/jquery.cookie asset library is deprecated in Drupal 9.0.0 and will be removed in Drupal 10.0.0. Use the core/js-cookie library instead. See https://www.drupal.org/node/3104677
8 1 10000 Drupal API, rector covered Call to deprecated method assertResponse() of class Drupal​\​Tests​\​BrowserTestBase. Deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->statusCodeEquals() instead.
1 1 10000 Drupal API, rector covered Call to deprecated method assertHeader() of class Drupal​\​Tests​\​BrowserTestBase. Deprecated in drupal:8.3.0 and is removed from drupal:10.0.0. Use $this->assertSession()->responseHeaderEquals() instead.
1 1 10000 Drupal API, rector covered Call to deprecated method assertCacheTag() of class Drupal​\​Tests​\​BrowserTestBase. Deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->responseHeaderContains() instead.
2 1 10000 Drupal API, rector covered Call to deprecated function render(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal​\​Core​\​Render​\​RendererInterface::render() instead.
1 1 10000 Other problem Parameter $membership_loader of method Drupal​\​group_entityqueue​\​GroupEntityqueueService::__construct() has typehint with deprecated class Drupal​\​group​\​GroupMembershipLoader. Deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static methods on ​\​Drupal​\​group​\​Entity​\​GroupMembership instead.
1 1 10000 Drupal API, not rector covered Call to deprecated function menu_ui_get_menus(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal​\​system​\​Entity​\​Menu::loadMultiple() instead.
1 1 10000 Other problem Add core_version_requirement to designate which Drupal versions is the extension compatible with. See https://drupal.org/node/3070687.
1 1 10000 Twig API The spaceless tag in "modules/contrib/inline_media_form/templates/inline-media-form-summary.html.twig" at line 19 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. See https://drupal.org/node/3071078.
1 1 10000 Frontend API The 'actions' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256
1 1 10000 Frontend API The 'actions' library is depending on a deprecated library. The core/jquery.form asset library is deprecated in Drupal 9.4.0 and will be removed in Drupal 10.0.0.
1 1 10000 Frontend API The 'select-all' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256
1 1 10000 Frontend API The 'widget' library is depending on a deprecated library. The core/jquery.form asset library is deprecated in Drupal 9.4.0 and will be removed in Drupal 10.0.0.
1 1 10000 Drupal API, not rector covered Call to deprecated method prepareQuery() of class Drupal​\​oracle​\​Driver​\​Database​\​oracle​\​Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead.
1 1 10000 Drupal API, not rector covered Call to deprecated method generateTemporaryTableName() of class Drupal​\​oracle​\​Driver​\​Database​\​oracle​\​Connection. Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement.
1 1 10000 Drupal API, not rector covered Call to deprecated method prepare() of class Drupal​\​Core​\​Database​\​Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should instantiate ​\​PDOStatement objects by calling ​\​PDO::prepare in their Connection::prepareStatement method instead. ​\​PDO::prepare should not be called outside of driver code.
3 1 10000 Drupal API, not rector covered Access to deprecated property $escapedNames of class Drupal​\​Core​\​Database​\​Connection. Deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. This is no longer used. Use Drupal​\​Core​\​Database​\​Connection::$escapedTables or ​\​Drupal​\​Core​\​Database​\​Connection::$escapedFields instead.
1 1 10000 Drupal API, not rector covered Call to deprecated method prepareQuery() of class Drupal​\​Core​\​Database​\​Connection. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::prepareStatement instead.
1 1 10000 Drupal API, not rector covered Class [redacted] extends deprecated class Drupal​\​Core​\​Database​\​Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
1 1 10000 Drupal API, not rector covered Call to method execute() of deprecated class Drupal​\​Core​\​Database​\​Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
2 1 10000 Drupal API, not rector covered Call to method bindParam() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
1 1 10000 Drupal API, not rector covered Call to method fetch() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
1 1 10000 Drupal API, not rector covered Call to method fetchField() of deprecated class Drupal​\​Core​\​Database​\​Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
1 1 10000 Drupal API, not rector covered Call to method fetchObject() of deprecated class PDOStatement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.
1 1 10000 Drupal API, not rector covered Call to method fetchAssoc() of deprecated class Drupal​\​Core​\​Database​\​Statement. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.


Results are from dataset #127580 from 2024-03-24T12:31. Report is ran by the Drupal Association regularly.