Deprecated - 11.x - drupal

Primary tabs

Title File name Deprecation Type Direct uses Namespaced uses Overrides Use statements
CategorizingPluginManagerTrait::getModuleHandler core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php

in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement.

function
ChmodInterface core/lib/Drupal/Core/FileTransfer/ChmodInterface.php

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/modules/ckeditor5/ckeditor5.module

in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\ckeditor5\Hook\Ckeditor5Hooks::filterFormatEditFormSubmit() instead.

function
ClaroHooks::preprocessBlockContentAddList core/themes/claro/src/Hook/ClaroHooks.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use entity_add_list instead.

function
CommentController::renderNewCommentsNodeLinks core/modules/comment/src/Controller/CommentController.php

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/modules/comment/src/CommentInterface.php

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/modules/comment/src/CommentInterface.php

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/modules/comment/src/CommentInterface.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\AnonymousContact::Required instead.

constant
CommentItemInterface::CLOSED core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Closed instead.

constant 2
CommentItemInterface::HIDDEN core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Hidden instead.

constant 3
CommentItemInterface::OPEN core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Open instead.

constant 5
CommentManagerInterface::getCountNewComments core/modules/comment/src/CommentManagerInterface.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\history\HistoryManager::getCountNewComments instead.

function 1
CommentTypeForm::entityTypeSupportsComments core/modules/comment/src/CommentTypeForm.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\Core\Entity\EntityTypeInterface::hasIntegerId() instead.

function
comment_preview core/modules/comment/comment.module

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/lib/Drupal/Core/Composer/Composer.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal\Composer\Plugin\Scaffold\Plugin::preAutoloadDump() instead.

function
Condition core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php

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/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php

in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\migrate\Plugin\migrate\source\ConfigEntity instead.

Available configuration keys:

  • collections: (optional) The collection of configuration storage to retrieve from the source - can be a string or an array. If omitted, configuration objects of all available collections are retrieved.
  • names: (optional) Names of configuration objects to retrieve from the source - can be a string or an array. If omitted, all available configuration objects are retrieved.

Examples:

class 1
ConfigEntityBase::$trustedData core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

property
ConfigEntityInterface::trustData core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php

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/modules/contact/contact.module

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/modules/contact/contact.module

in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\contact\Hook\ContactFormHooks::profileFormSubmit() instead.

function
ContentEntity core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php

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:

  • entity_type: The entity type ID of the entities being exported. This is calculated dynamically by the deriver so it is only needed if the deriver is not utilized, i.e., a custom source plugin.
  • bundle: (optional) If the entity type is bundleable, only return entities of this bundle.
  • include_translations: (optional) Indicates if the entity translations should be included, defaults to TRUE.
  • add_revision_id: (optional) Indicates if the revision key is added to the source IDs, defaults to TRUE.

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/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php

in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal\migrate\Plugin\migrate\source\ContentEntityDeriver instead.

class
ContentTranslationEnabledSetting core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
content_translation_field_sync_widget core/modules/content_translation/content_translation.module

in drupal:11.4.0 and is removed from drupal:12.0.0. Use Drupal\content_translation\FieldSyncWidget::widget() instead.

function
ConvertTokens core/modules/user/src/Plugin/migrate/process/ConvertTokens.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class 1
DateTimeRangeConstantsInterface core/modules/datetime_range/src/DateTimeRangeConstantsInterface.php

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/modules/datetime/datetime.module

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/modules/dblog/dblog.module

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/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php

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/modules/system/tests/modules/deprecation_test/deprecation_test.module

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/lib/Drupal/Core/DrupalKernel.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionFileNames() instead.

function
DrupalKernel::getModuleNamespacesPsr4 core/lib/Drupal/Core/DrupalKernel.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionNamespacesPsr4() instead.

function
DrupalKernel::getModulesParameter core/lib/Drupal/Core/DrupalKernel.php

in drupal:11.3.0 and is removed from drupal:12.0.0. Use getExtensionsParameter() instead.

function
DrupalPinnedDevDependenciesBuilder composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php

in drupal:11.4.0 and is removed from drupal:12.0.0. Use drupal/core-dev instead.

class 3
DrupalSqlBase core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class 64 62
drupal_common_theme core/includes/theme.inc

in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Theme\ThemeCommonElements::commonElements() instead,

function
DRUPAL_DISABLED core/modules/system/system.module

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/modules/system/system.module

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/modules/system/system.module

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/includes/install.inc

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/modules/editor/editor.module

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/modules/editor/editor.module

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/modules/editor/editor.module

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/modules/editor/editor.module

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/modules/editor/editor.module

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/modules/editor/editor.admin.inc

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\editor\EditorImageUploadSettings::getForm() instead.

function 2
editor_load core/modules/editor/editor.module

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/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

class
EntityBlock::import core/modules/block/src/Plugin/migrate/destination/EntityBlock.php

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

function

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.