Deprecated - 10.3.x - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements | 
|---|---|---|---|---|---|---|---|
| Database::RETURN_INSERT_ID | core/ | in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement. | constant | 4 | |||
| Database::RETURN_NULL | core/ | in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement. | constant | 1 | |||
| Database::RETURN_STATEMENT | core/ | in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement. | constant | 2 | |||
| DatabaseDriverList::getFromDriverName | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::get() instead, passing a database driver namespace. | function | 1 | |||
| DateFormatter::country | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There will be a contrib replacement. See https://www.drupal.org/node/3439484 | function | ||||
| Datetime::formatExample | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| db_installer_object | core/ | in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | |||
| Delete | 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 | |||
| DependencySerializationTraitPass | core/ | in drupal:9.5.0 and is removed from drupal:11.0.0. The _serviceId property is no longer part of the container. Use \Drupal\Core\DrupalKernelInterface::getServiceIdMapping() instead. | class | ||||
| deprecation_test_function | core/ | in drupal:8.4.0 and is removed from drupal:9.0.0. This is the deprecation message for deprecated_test_function(). | function | 4 | |||
| Diff::check | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| Diff::closing | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | 1 | ||
| Diff::isEmpty | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| Diff::lcs | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | |||
| Diff::orig | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | 1 | ||
| Diff::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | |||
| DiffEngine | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use sebastianbergmann/diff instead. | class | 1 | |||
| DiffOp::nclosing | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DiffOp::norig | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DiffOp::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 4 | |||
| DiffOpAdd::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DiffOpChange::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DiffOpCopy::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DiffOpDelete::reverse | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| DrupalKernel::collectServiceIdMapping | core/ | in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. | function | 1 | |||
| DrupalKernel::generateServiceIdHash | core/ | in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. | function | ||||
| 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_detect_database_types | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::getList() instead. | function | 1 | |||
| drupal_get_database_types | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::getList() instead. | function | 1 | |||
| drupal_rewrite_settings | core/ | 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. | function | 1 | |||
| drupal_theme_rebuild | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use theme.registry service reset() method instead. | function | 1 | |||
| EditorImageDialog | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | class | 2 | |||
| EditorLinkDialog | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | class | 1 | |||
| EditorMediaDialog | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | class | 2 | |||
| EntityCacheTagsTestBase::createCacheId | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| EntityReferenceTestTrait | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead. | trait | ||||
| EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION | core/ | in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. | constant | ||||
| EntityStorageInterface::deleteRevision | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Entity\RevisionableStorageInterface::deleteRevision instead. | function | 4 | |||
| EntityStorageInterface::loadRevision | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Entity\RevisionableStorageInterface::loadRevision instead. | function | 4 | |||
| EntityTranslationRenderTrait::getEntityTranslation | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTranslationByRelationship instead. | function | ||||
| EntityTypeManager::setContainer | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Instead, you should pass the container as an argument in the __construct() method. | function | ||||
| EntityViewController::viewRevision | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Entity\Controller\EntityRevisionViewController instead. | function | ||||
| 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 | |||
| Extension::__call | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Extension\Extension::getFileInfo() instead. | function | ||||
| ExternalCommandRequirementsTrait | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\\TestTools\\Extension\\RequiresComposerTrait instead. | trait | 1 | |||
| FetchModeTrait::assocIntoObject | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use supported modes only. | function | ||||
| FetchModeTrait::assocToBoth | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use supported modes only. | function | ||||
| FetchModeTrait::assocToClassType | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use supported modes only. | function | ||||
| FileSystemInterface::EXISTS_ERROR | core/ | in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\File\FileExists::Error instead. | constant | 
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
