Deprecated - 11.x - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| CategorizingPluginManagerTrait::getModuleHandler | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. |
function | ||||
| 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::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 | |||
| 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 | |||
| 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_field_sync_widget | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use Drupal\content_translation\FieldSyncWidget::widget() instead. |
function | ||||
| ConvertTokens | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| DateTimeRangeConstantsInterface | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use enum DateTimeRangeDisplayOptions instead. |
interface | ||||
| datetime_type_field_views_data_helper | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal::service('datetime.views_helper') ->buildViewsData($field_storage, $data, $column_name); instead. |
function | ||||
| dblog_filters | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\dblog\DbLogFilters::class)->filters() instead. |
function | ||||
| DefaultHtmlRouteProvider::getEntityTypeIdKeyType | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. To determine if an entity type has an integer ID key, use \Drupal\Core\Entity\EntityTypeInterface::hasIntegerId(). |
function | 1 | 1 | ||
| 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 | |||
| DrupalKernel::getModuleFileNames | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionFileNames() instead. |
function | ||||
| DrupalKernel::getModuleNamespacesPsr4 | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionNamespacesPsr4() instead. |
function | ||||
| DrupalKernel::getModulesParameter | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionsParameter() instead. |
function | ||||
| DrupalPinnedDevDependenciesBuilder | composer/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use drupal/core-dev instead. |
class | 3 | |||
| DrupalSqlBase | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 64 | 62 | ||
| drupal_common_theme | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Theme\ThemeCommonElements::commonElements() instead, |
function | ||||
| DRUPAL_DISABLED | core/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. Instead, use the enums provided by the relevant modules. |
constant | ||||
| DRUPAL_OPTIONAL | core/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. Instead, use the enums provided by the relevant modules. |
constant | ||||
| DRUPAL_REQUIRED | core/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. Instead, use the enums provided by the relevant modules. |
constant | ||||
| drupal_requirements_severity | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Extension\Requirement\RequirementSeverity::getMaxSeverity() instead. |
function | 1 | |||
| editor_filter_xss | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Instead, use the method ::filterXss() from the element.editor service. |
function | ||||
| editor_form_filter_admin_format_editor_configure | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use EditorHooks::editorFormFilterAdminFormatEditorConfigure() instead. |
function | ||||
| editor_form_filter_admin_format_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\editor\Hook\EditorHooks::editorFormFilterAdminFormatSubmit() instead. |
function | ||||
| editor_form_filter_admin_format_validate | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\editor\Hook\EditorHooks::editorFormFilterAdminFormatValidate() instead. |
function | ||||
| editor_form_filter_admin_form_ajax | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\editor\Hook\EditorHooks::editorFormFilterAdminFormAjax() instead. |
function | ||||
| editor_image_upload_settings_form | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\editor\EditorImageUploadSettings::getForm() instead. |
function | 2 | |||
| editor_load | core/ |
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal::entityTypeManager()->getStorage('editor')->load($format_id) instead. |
function | ||||
| EmptySource | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| EntityBlock::import | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
function |
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.