Deprecated - 9.5.x - drupal
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
DrupalKernel::$serviceIdMapping | core/ |
in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. |
property | ||||
DrupalKernelInterface::getServiceIdMapping | core/ |
in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. |
function | 1 | |||
drupal_get_filename | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Extension\ExtensionPathResolver::getPathname() instead. |
function | 2 | |||
drupal_get_installed_schema_version | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Update\UpdateHookRegistry::getInstalledVersion() or \Drupal\Core\Update\UpdateHookRegistry::getAllInstalledVersions() instead. |
function | 1 | |||
drupal_get_module_schema | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. Testing classes could use \Drupal\TestTools\Extension\SchemaInspector for introspection. |
function | 3 | |||
drupal_get_path | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Extension\ExtensionPathResolver::getPath() instead. |
function | 1 | |||
drupal_get_schema_versions | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Update\SchemaDataInterface::getAvailableUpdates() instead. |
function | 1 | |||
drupal_install_schema | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. |
function | 1 | |||
drupal_js_defaults | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. No direct replacement is provided. |
function | 1 | |||
DRUPAL_MINIMUM_PHP | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Drupal::MINIMUM_PHP instead. |
constant | 1 | |||
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Drupal::MINIMUM_PHP_MEMORY_LIMIT instead. |
constant | ||||
DRUPAL_MINIMUM_SUPPORTED_PHP | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Utility\PhpRequirements::getMinimumSupportedPhp() instead. |
constant | ||||
DRUPAL_RECOMMENDED_PHP | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Drupal::RECOMMENDED_PHP instead. |
constant | ||||
drupal_required_modules | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. There's no replacement. |
function | 1 | |||
drupal_set_installed_schema_version | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Update\UpdateHookRegistry::setInstalledVersion() instead. |
function | 1 | |||
drupal_uninstall_schema | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. |
function | 1 | |||
Editor | core/ |
in drupal:9.5.0 and is removed from drupal:10.0.0. There is no replacement. |
class | ||||
EntityTypeInterface::isSubclassOf | core/ |
in drupal:8.3.0 and is removed from drupal:10.0.0. Use Drupal\Core\Entity\EntityTypeInterface::entityClassImplements() instead. |
function | 1 | |||
ExceptionHandler | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The MySQL database driver has been moved to the mysql module. |
class | 1 | |||
ExpectDeprecationTrait | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait instead. |
trait | 2 | |||
FieldUiRouteEnhancer | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer. |
class | 1 | |||
file_build_uri | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0 without replacement. |
function | 1 | |||
file_copy | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\file\FileRepositoryInterface::copy() instead. |
function | 1 | |||
file_create_url | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use the appropriate method on \Drupal\Core\File\FileUrlGeneratorInterface instead. |
function | 1 | |||
FILE_INSECURE_EXTENSION_REGEX | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use \Drupal\Core\File\FileSystemInterface::INSECURE_EXTENSION_REGEX. |
constant | ||||
file_move | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\file\FileRepositoryInterface::move() instead. |
function | 1 | |||
file_munge_filename | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Dispatch a \Drupal\Core\File\Event\FileUploadSanitizeNameEvent event instead. |
function | 6 | |||
file_save_data | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\file\FileRepositoryInterface::writeData() instead. |
function | 1 | |||
FILE_STATUS_PERMANENT | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\file\FileInterface::STATUS_PERMANENT or \Drupal\file\FileInterface::setPermanent() instead. |
constant | ||||
file_unmunge_filename | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use str_replace() instead. |
function | 1 | |||
file_url_transform_relative | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\File\FileUrlGenerator::transformRelative() instead. |
function | 1 | |||
GetUntransformedTextCommand | core/ |
in drupal:9.5.0 and is removed from drupal:10.0.0. There is no replacement. |
class | 1 | |||
hook_field_widget_form_alter | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use hook_field_widget_single_element_form_alter instead. |
function | ||||
hook_field_widget_multivalue_form_alter | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use hook_field_widget_complete_form_alter instead. |
function | ||||
hook_field_widget_multivalue_WIDGET_TYPE_form_alter | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use hook_field_widget_complete_WIDGET_TYPE_form_alter instead. |
function | ||||
hook_field_widget_WIDGET_TYPE_form_alter | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use hook_field_widget_single_element_WIDGET_TYPE_form_alter instead. |
function | ||||
Image | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. Use the Drupal\quickedit\Plugin\InPlaceEditor\Image in-place editor instead. |
class | ||||
Insert | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The SQLite database driver has been moved to the sqlite module. |
class | 1 | |||
Insert | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The MySQL database driver has been moved to the mysql module. |
class | 1 | |||
Insert | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The PostgreSQL database driver has been moved to the pgsql module. |
class | 1 | |||
LayoutBuilderContextTrait::getAvailableContexts | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\layout_builder\Context\LayoutBuilderContextTrait::getPopulatedContexts() instead. |
function | ||||
LibraryDiscoveryParser::drupalGetPath | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Extension\ExtensionList::getPath() instead. |
function | ||||
Mail::formatDisplayName | core/ |
in drupal:9.2.0 and is removed from drupal:10.0.0. Use \Symfony\Component\Mime\Header\MailboxHeader instead. |
function | 1 | |||
MaintenanceModeSubscriber::onKernelRequestMaintenance | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal\user\EventSubscriber::onMaintenanceModeRequest() instead. |
function | ||||
menu_list_system_menus | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\system\Entity\Menu::loadMultiple() instead. |
function | 2 | |||
menu_ui_get_menus | core/ |
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\system\Entity\Menu::loadMultiple() instead. |
function | 1 | |||
MimeTypeGuesser::addGuesser | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::addMimeTypeGuesser() instead. |
function | ||||
MimeTypePass | core/ |
in drupal:9.1.0 and is removed from drupal:10.0.0. No direct replacement is provided. |
class | 2 | |||
ModuleHandlerInterface::getImplementations | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. Instead you should use ModuleHandlerInterface::invokeAllWith() for hook invocations or you should use ModuleHandlerInterface::hasImplementations() to determine if hooks implementations exist. |
function | 1 | |||
ModuleHandlerInterface::implementsHook | core/ |
in drupal:9.4.0 and is removed from drupal:10.0.0. Use the hasImplementations() methods instead with the $modules argument. |
function | 1 |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.