Drupal 10 deprecation errors

Filter errors
All occurences Affected projects Occurs in a top X project by usage Category Message Sort descending
2 1 10000 Drupal API, not rector covered Call to method fetchAll() 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 fetchAllAssoc() 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 fetchAllKeyed() 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 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.
1 1 10000 Drupal API, not rector covered Call to method fetchColumn() 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 Other problem Class Drupal​\​taxonomy_breadcrumb​\​VocabularyForm extends @internal class Drupal​\​taxonomy​\​VocabularyForm.
1 1 10000 Other problem Class Drupal​\​wse_deploy​\​EventSubscriber​\​WseResourceObjectNormalizationCacher extends @internal class Drupal​\​jsonapi​\​EventSubscriber​\​ResourceObjectNormalizationCacher.
1 1 10000 Other problem Class Drupal​\​wse_lb​\​BlockContentWorkspaceHandler extends @internal class Drupal​\​workspaces​\​Entity​\​Handler​\​WorkspaceHandlerBase.
1 1 10000 Other problem Class Drupal​\​wse_lb​\​EventSubscriber​\​SetInlineBlockDependency extends @internal class Drupal​\​layout_builder​\​EventSubscriber​\​SetInlineBlockDependency.
1 1 10000 Other problem Class Drupal​\​wse_lb​\​InlineBlockEntityOperationsOverride extends @internal class Drupal​\​layout_builder​\​InlineBlockEntityOperations.
1 1 10000 Other problem Class Drupal​\​wse_lb​\​InlineBlockOverride extends @internal class Drupal​\​layout_builder​\​Plugin​\​Block​\​InlineBlock.
1 1 10000 Other problem Class Drupal​\​wse_menu​\​Form​\​WseMenuForm extends @internal class Drupal​\​menu_ui​\​MenuForm.
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.
7 4 1000 Symfony API Class [redacted] extends deprecated class Symfony​\​Component​\​EventDispatcher​\​Event: since Symfony 4.3, use "Symfony​\​Contracts​\​EventDispatcher​\​Event" instead
3 3 10000 Drupal API, rector covered Drupal​\​Tests​\​BrowserTestBase::$defaultTheme is required in drupal:9.0.0 when using an install profile that does not set a default theme. See https://www.drupal.org/node/3083055, which includes recommendations on which theme to use.
1 1 1000 Symfony API Parameter $event of method Drupal​\​akamai​\​EventSubscriber​\​CacheableResponseSubscriber::onRespond() has typehint with deprecated class Symfony​\​Component​\​HttpKernel​\​Event​\​FilterResponseEvent: since Symfony 4.3, use ResponseEvent instead
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 Symfony API Parameter $event of method Drupal​\​nodejs​\​EventSubscriber​\​NodejsSubscriber::sendMessages() has typehint with deprecated class Symfony​\​Component​\​HttpKernel​\​Event​\​PostResponseEvent: since Symfony 4.3, use TerminateEvent instead
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 Symfony API Parameter $event of method Drupal​\​ulogin​\​EventSubscriber​\​MaintenanceModeSubscriber::onKernelRequestMaintenance() has typehint with deprecated class Symfony​\​Component​\​HttpKernel​\​Event​\​GetResponseEvent: since Symfony 4.3, use RequestEvent 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 Other problem Parameter $membership_loader of method Drupal​\​group_taxonomy​\​GroupTaxonomyService::__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 Other problem Property Drupal​\​Tests​\​attach_libraries​\​Functional​\​LoadTest::$modules property must be protected.
1 1 10000 Other problem Property Drupal​\​Tests​\​backup_db​\​Functional​\​InstallTest::$modules property must be protected.
1 1 10000 Other problem Property Drupal​\​Tests​\​base_field_display_override​\​Functional​\​LoadTest::$modules property must be protected.
1 1 10000 Other problem Property Drupal​\​Tests​\​commerce_sermepa​\​FunctionalJavascript​\​SermepaGatewayUiTest::$modules property must be protected.
1 1 10000 Other problem Property Drupal​\​Tests​\​commerce_sermepa​\​Functional​\​SermepaGatewayOnNotifyTest::$modules property must be protected.
1 1 10000 Other problem Property Drupal​\​Tests​\​fotorama_gallery​\​FunctionalJavascript​\​FotoramaGalleryTest::$modules property must be protected.


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