Deprecated - main - drupal

Primary tabs

Title File name Deprecation Type Direct uses Namespaced uses Overrides Use statements
node_mass_update core/modules/node/node.admin.inc

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\node\NodeBulkUpdate::class)->process() instead.

function
node_mass_update core/modules/node/node.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\node\NodeBulkUpdate::class)->process() instead.

function
node_type_get_names core/modules/node/node.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service('entity_type.bundle.info')->getBundleLabels('node') instead.

function
OverridesSectionStorage::hasIntegerId core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\Core\Entity\EntityTypeInterface::hasIntegerId() instead.

function
PathSetTranslated core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class 1
PdoTrait::clientFetchColumn core/lib/Drupal/Core/Database/Statement/PdoTrait.php

in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement.

function
PdoTrait::clientFetchObject core/lib/Drupal/Core/Database/Statement/PdoTrait.php

in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement.

function
PdoTrait::clientQueryString core/lib/Drupal/Core/Database/Statement/PdoTrait.php

in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement.

function
PdoTrait::$fetchModeLiterals core/lib/Drupal/Core/Database/Statement/PdoTrait.php

in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement.

property
PdoTrait::pdoToFetchAs core/lib/Drupal/Core/Database/Statement/PdoTrait.php

in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement.

function
ProcessField core/modules/field/src/Plugin/migrate/process/ProcessField.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class 1
ProfileFieldOptionTranslation core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
ProfileFieldSettings core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
RecipeRunner::installModule core/lib/Drupal/Core/Recipe/RecipeRunner.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\Core\Recipe\RecipeRunner::installModules() instead.

function
REGIONS_ALL core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Instead, use \Drupal\Core\Extension\Theme::listAllRegions().

constant 1
REGIONS_VISIBLE core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Instead, use \Drupal\Core\Extension\Theme::listVisibleRegions().

constant 2
RenderElement core/lib/Drupal/Core/Render/Element/RenderElement.php

in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\RenderElementBase instead.

class 1 1
responsive_image_get_image_dimensions core/modules/responsive_image/responsive_image.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\responsive_image\ResponsiveImageBuilder::getImageDimensions() instead.

function
responsive_image_get_mime_type core/modules/responsive_image/responsive_image.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\responsive_image\ResponsiveImageBuilder::getMimeType() instead.

function
RolesLookup core/modules/block/src/Plugin/migrate/process/RolesLookup.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
RouteBuilder::getRouteDefinitions core/lib/Drupal/Core/Routing/RouteBuilder.php

in drupal:11.4.0 and is removed from drupal:12.0.0. This code has moved to \Drupal\Core\Routing\YamlRouteDiscovery.

function 1
RouteProvider::ROUTE_LOAD_CID_PREFIX core/lib/Drupal/Core/Routing/RouteProvider.php

in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement.

constant
RouteProvider::$serializedRoutes core/lib/Drupal/Core/Routing/RouteProvider.php

in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement.

property
SearchConfigurationRankings core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
ServerCommand::getOneTimeLoginUrl core/lib/Drupal/Core/Command/ServerCommand.php

in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement.

function
show core/includes/common.inc

in drupal:11.4.0 and is removed from drupal:13.0.0. To show form elements, use ['#access'] = TRUE. For render elements, use ['#printed'] = FALSE.

function 1
SqlContentEntityStorage::loadFromSharedTables core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php

in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement.

function
StubPDO core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php

in drupal:11.5.0 and is removed from drupal:12.0.0. No replacement provided.

class
SyndicateBlock core/modules/node/src/Plugin/Block/SyndicateBlock.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement.

class
syslog_facility_list core/modules/syslog/syslog.module

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

function
syslog_logging_settings_submit core/modules/syslog/syslog.module

in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement.

function
SystemUpdate7000 core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
system_check_directory core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

function
system_default_region core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('theme_handler')->getTheme()->getDefaultRegion() instead.

function 1
system_region_list core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('theme_handler')->getTheme()->listAllRegions() or \Drupal::service('theme_handler')->getTheme()->listVisibleRegions() instead.

function 1
system_sort_themes core/modules/system/system.module

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

function
Tar core/lib/Drupal/Core/Archiver/Tar.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class 1 2
TargetBundle core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
taxonomy_build_node_index core/modules/taxonomy/taxonomy.module

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

function
taxonomy_delete_node_index core/modules/taxonomy/taxonomy.module

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

function
taxonomy_term_is_page core/modules/taxonomy/taxonomy.module

in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement, check the view mode instead during rendering.

function
template_preprocess_field_ui_table core/modules/field_ui/field_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_link_formatter_link_separate core/modules/link/link.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_responsive_image core/modules/responsive_image/responsive_image.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_responsive_image_formatter core/modules/responsive_image/responsive_image.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_taxonomy_term core/modules/taxonomy/taxonomy.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(TaxonomyThemeHooks::class)->preprocessTaxonomyTerm($variables) instead.

function
template_preprocess_top_bar core/modules/navigation/navigation.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_build_group_filter_form core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_display_tab_bucket core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_display_tab_setting core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.