Deprecated - 11.x - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| BrowserTestBase::setUpAppRoot | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Access $this->root directly. |
function | ||||
| CacheBackendInterface::invalidateAll | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use CacheBackendInterface::deleteAll() or cache tag invalidation instead. |
function | 8 | |||
| CacheCollector::$cacheCreated | core/ |
in drupal:11.5.0 and is removed from drupal:12.0.0. If checking whether the cache item was loaded, you can check the loadedData property instead. |
property | ||||
| CachedDiscoveryClearer::addCachedDiscovery | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Pass the full set of services to the constructor instead. |
function | ||||
| CachedDiscoveryClearer::$legacyCachedDiscoveries | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Pass the full set of services to the constructor instead. |
property | ||||
| CachePluginBase::cacheExpire | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. No replacement is provided. |
function | 2 | |||
| CachePluginBase::getRowCacheKeys | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| CachePluginBase::getRowId | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | 1 | |||
| CategorizingPluginManagerTrait::getModuleHandler | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. |
function | ||||
| check_markup | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no direct replacement. It's recommended to always return a renderable array without flattening as markup to pass the cacheability metadata. |
function | 1 | |||
| ChmodInterface | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement. Use composer to manage the code for your site. |
interface | 3 | |||
| ckeditor5_filter_format_edit_form_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\ckeditor5\Hook\Ckeditor5Hooks::filterFormatEditFormSubmit() instead. |
function | ||||
| ClaroHooks::preprocessBlockContentAddList | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use entity_add_list instead. |
function | ||||
| CommentController::renderNewCommentsNodeLinks | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\history\Controller\HistoryController::renderNewCommentsNodeLinks instead. |
function | ||||
| CommentInterface::ANONYMOUS_MAYNOT_CONTACT | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\AnonymousContact::Forbidden instead. |
constant | ||||
| CommentInterface::ANONYMOUS_MAY_CONTACT | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\AnonymousContact::Allowed instead. |
constant | ||||
| CommentInterface::ANONYMOUS_MUST_CONTACT | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\AnonymousContact::Required instead. |
constant | ||||
| CommentItemInterface::CLOSED | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Closed instead. |
constant | 2 | |||
| CommentItemInterface::FORM_BELOW | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\FormLocation::Below instead. |
constant | 1 | |||
| CommentItemInterface::FORM_SEPARATE_PAGE | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\FormLocation::SeparatePage instead. |
constant | 1 | |||
| CommentItemInterface::HIDDEN | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Hidden instead. |
constant | 3 | |||
| CommentItemInterface::OPEN | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Open instead. |
constant | 5 | |||
| CommentLazyBuilders::access | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use the access() method of the content_translation.manager service instead. |
function | ||||
| CommentManagerInterface::getCountNewComments | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\history\HistoryManager::getCountNewComments instead. |
function | 1 | |||
| CommentTypeForm::entityTypeSupportsComments | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\Core\Entity\EntityTypeInterface::hasIntegerId() instead. |
function | ||||
| comment_preview | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. The logic was moved in \Drupal\comment\CommentForm::preview(), there is no replacement. |
function | ||||
| Composer::preAutoloadDump | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\Composer\Plugin\Scaffold\Plugin::preAutoloadDump() instead. |
function | ||||
| Condition | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. The PostgreSQL override of the entity query has been moved to the pgsql module. |
class | ||||
| Config | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\migrate\Plugin\migrate\source\ConfigEntity instead. Available configuration keys:
Examples: |
class | 1 | |||
| ConfigEntityBase::$trustedData | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
property | ||||
| ConfigEntityInterface::trustData | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | 2 | |||
| Connection::addSavepoint | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use TransactionManager to start a transaction then call ::commitOrRelease() or ::rollback() on it. |
function | ||||
| Connection::commitAll | core/ |
in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| Connection::releaseSavepoint | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use TransactionManager to start a transaction then call ::commitOrRelease() or ::rollback() on it. |
function | ||||
| Connection::rollbackSavepoint | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use TransactionManager to start a transaction then call ::commitOrRelease() or ::rollback() on it. |
function | ||||
| Connection::$savepoints | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use TransactionManager to start a transaction then call ::commitOrRelease() or ::rollback() on it. |
property | ||||
| contact_form_user_admin_settings_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\contact\Hook\ContactFormHooks::userAdminSettingsSubmit instead. |
function | ||||
| contact_user_profile_form_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\contact\Hook\ContactFormHooks::profileFormSubmit() instead. |
function | ||||
| ContentEntity | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\migrate\Plugin\migrate\source\ContentEntity instead. This plugin uses the Entity API to export entity data. If the source entity type has custom field storage fields or computed fields, this class will need to be extended and the new class will need to load/calculate the values for those fields. Available configuration keys:
Examples: This will return the default revision for all nodes, from every bundle and every translation. The revision key is added to the source IDs. |
class | 1 | |||
| ContentEntityDeriver | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\migrate\Plugin\migrate\source\ContentEntityDeriver instead. |
class | ||||
| ContentTranslationEnabledSetting | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| content_translation_enable_widget | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ContentTranslationEnableTranslationPerBundle::getWidget() instead. |
function | ||||
| content_translation_field_sync_widget | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use Drupal\content_translation\FieldSyncWidget::widget() instead. |
function | ||||
| content_translation_language_configuration_element_process | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ContentTranslationEnableTranslationPerBundle::configElementProcess() instead. |
function | ||||
| content_translation_language_configuration_element_submit | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ContentTranslationEnableTranslationPerBundle::configElementSubmit() instead. |
function | ||||
| content_translation_language_configuration_element_validate | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ContentTranslationEnableTranslationPerBundle::configElementValidate() instead. |
function | ||||
| content_translation_translate_access | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use the access() method of the content_translation.manager service instead. |
function | ||||
| ConvertTokens | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| Database::commitAllOnShutdown | core/ |
in drupal:11.5.0 and is removed from drupal:13.0.0. There is no replacement. |
function | 1 | |||
| DateTimeRangeConstantsInterface | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use enum DateTimeRangeDisplayOptions instead. |
interface |
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.