Drupal 10 deprecation errors

Filter errors
All occurences Sort descending Affected projects Occurs in a top X project by usage Category Message
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 Other problem Property Drupal​\​Tests​\​attach_libraries​\​Functional​\​LoadTest::$modules property must be protected.
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.
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.
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.
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 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 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 deprecated method implementsHook() of class Drupal​\​Core​\​Extension​\​ModuleHandlerInterface. Deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use the hasImplementations() methods instead with the $modules argument.
1 1 10000 Other problem A file could not be loaded from module_load_include
1 1 10000 Frontend API The 'viral_loops_scripts' 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 'viral_loops_scripts' 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
1 1 10000 Other problem Property Drupal​\​Tests​\​base_field_display_override​\​Functional​\​LoadTest::$modules property must be protected.
1 1 10000 Drupal API, not rector covered Call to deprecated method implementsHook() of class Drupal​\​Core​\​Extension​\​ModuleHandler. Deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use the hasImplementations() methods instead with the $modules argument.
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 The #drupal-off-canvas selector is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3305664.
2 1 10000 Other problem Call to deprecated function libxml_disable_entity_loader().


Results are from dataset #115814 from 2024-03-10T12:30. Report is ran by the Drupal Association regularly.