Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Name Locationsort descending Type Deprecation Direct uses Namespaced uses Overrides Use statements
REQUEST_TIME core/includes/bootstrap.inc constant in drupal:8.3.0 and is removed from drupal:11.0.0. Use \Drupal::time()->getRequestTime();
watchdog_exception core/includes/bootstrap.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Utility\Error::logException() instead. 1
format_size core/includes/common.inc function in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\Core\StringTranslation\ByteSizeMarkup::create($size, $langcode) instead. 3
_drupal_flush_css_js core/includes/common.inc function in drupal:10.2.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Asset\AssetQueryStringInterface::reset() instead. 1
drupal_detect_database_types core/includes/install.inc function in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::getList() instead. 1
drupal_get_database_types core/includes/install.inc function in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::getList() instead. 1
drupal_rewrite_settings core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. Note $settings_file argument becomes required and the first argument of the method. 1
_drupal_rewrite_settings_is_simple core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. As internal API, _drupal_rewrite_settings_is_simple() may also be removed in a minor release.
_drupal_rewrite_settings_is_array_index core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. As internal API, _drupal_rewrite_settings_is_array_index() may also be removed in a minor release.
_drupal_rewrite_settings_global core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. As internal API, _drupal_rewrite_settings_global() may also be removed in a minor release.
_drupal_rewrite_settings_dump core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. As internal API, _drupal_rewrite_settings_dump() may also be removed in a minor release.
_drupal_rewrite_settings_dump_one core/includes/install.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use SettingsEditor::rewrite() instead. As internal API, _drupal_rewrite_settings_dump_one() may also be removed in a minor release. 1
db_installer_object core/includes/install.inc function in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. 1
module_load_include core/includes/module.inc function in drupal:9.4.0 and is removed from drupal:11.0.0. Use \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL). Note that including code from uninstalled extensions is no longer supported. 1
theme_get_registry core/includes/theme.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use theme.registry service methods get() or getRuntime() instead. 1
drupal_theme_rebuild core/includes/theme.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. Use theme.registry service reset() method instead. 1
theme_render_and_autoescape core/includes/theme.inc function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. Theme engines must handle escaping by themselves. 4
Handle core/lib/Drupal/Component/Assertion/Handle.php class in drupal:10.1.0 and is removed from drupal:11.0.0. Use assert_options(ASSERT_EXCEPTION, TRUE).
Inspector::assertTraversable core/lib/Drupal/Component/Assertion/Inspector.php function in drupal:10.3.0 and is removed from drupal:11.0.0. Use is_iterable() instead. 1
ContainerInterface::getServiceIdMappings core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php function in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead.
ContainerInterface::generateServiceIdHash core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php function in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead.
ServiceIdHashTrait core/lib/Drupal/Component/DependencyInjection/ServiceIdHashTrait.php trait in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. 1
Diff::reverse core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 1
Diff::isEmpty core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
Diff::lcs core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 1
Diff::orig core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 1 1
Diff::closing core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 1 1
Diff::check core/lib/Drupal/Component/Diff/Diff.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOp::reverse core/lib/Drupal/Component/Diff/Engine/DiffOp.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 4
DiffOp::norig core/lib/Drupal/Component/Diff/Engine/DiffOp.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOp::nclosing core/lib/Drupal/Component/Diff/Engine/DiffOp.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOpAdd::reverse core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOpChange::reverse core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOpCopy::reverse core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
DiffOpDelete::reverse core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
PhpStorageInterface::writeable core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php function in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. 2
PluginHelper core/lib/Drupal/Component/Plugin/PluginHelper.php class in drupal:10.1.0 and is removed from drupal:11.0.0. Instead, use instanceof() to check for \Drupal\Component\Plugin\ConfigurableInterface. 1
Yaml::getSerializer core/lib/Drupal/Component/Serialization/Yaml.php function in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement.
YamlSymfony core/lib/Drupal/Component/Serialization/YamlSymfony.php class in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\Component\Serialization\Yaml instead.
AssetCollectionOptimizerInterface::getAll core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php function in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. 2
CssCollectionOptimizer core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php class in drupal:10.1.0 and is removed from drupal:11.0.0. Instead, use \Drupal\Core\Asset\CssCollectionOptimizerLazy. 1
JsCollectionOptimizer core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php class in drupal:10.1.0 and is removed from drupal:11.0.0. Instead use \Drupal\Core\Asset\JsCollectionOptimizerLazy.
Cache::keyFromQuery core/lib/Drupal/Core/Cache/Cache.php function in drupal:10.1.0 and is removed from drupal:11.0.0. No replacement provided. 1
CacheDecoratorInterface core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php interface in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement.
ConfigEvents::COLLECTION_INFO core/lib/Drupal/Core/Config/ConfigEvents.php constant in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Config\ConfigCollectionEvents::COLLECTION_INFO instead.
Psr7RequestValueResolver::supports core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php function in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement.
RouteMatchValueResolver::supports core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php function in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement.
Database::RETURN_NULL core/lib/Drupal/Core/Database/Database.php constant in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement.
Database::RETURN_STATEMENT core/lib/Drupal/Core/Database/Database.php constant in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement.
Database::RETURN_AFFECTED core/lib/Drupal/Core/Database/Database.php constant in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement. 9

Pages

Other projects