Deprecated - main - drupal

Primary tabs

Title File name Deprecation Type Direct uses Namespaced uses Overrides Use statements
FieldInstanceOptionTranslation core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceOptionTranslation.php

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

class
FieldInstanceSettings core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php

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

class 1
FieldInstanceSettings core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php

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

class 1
FieldInstanceWidgetSettings core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php

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

class
FieldLink core/modules/link/src/Plugin/migrate/process/FieldLink.php

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

class 1
FieldOptionTranslation core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php

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

class
FieldOptionTranslation core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php

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

class
FieldSettings core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php

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

class 1
FieldSettings core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php

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

class 1
FieldType core/modules/field/src/Plugin/migrate/process/FieldType.php

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

class
FieldTypeDefaults core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php

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

class 1
FieldTypeDefaults core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php

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

class 1
field_form_field_config_edit_form_entity_builder core/modules/field/field.module

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

function
field_purge_batch core/modules/field/field.purge.inc

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\Core\Field\FieldPurger::purgeBatch() instead.

function
field_purge_field core/modules/field/field.purge.inc

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

function
field_purge_field_storage core/modules/field/field.purge.inc

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

function
field_ui_form_manage_field_form_submit core/modules/field_ui/field_ui.module

in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\field_ui\Hook\FieldUiHooks::manageFieldFormSubmit() instead.

function
FileAccessControlHandler::getFileReferences core/modules/file/src/FileAccessControlHandler.php

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\file\FileReferenceResolver::class) instead.

function
FileDeprecatedTestThemeHooks::fileMimetypeMappingAlter core/modules/file/tests/file_deprecated_test/src/Hook/FileDeprecatedTestThemeHooks.php

in drupal:11.2.0 and is removed from drupal:12.0.0. Kept only for BC test coverage, see \Drupal\KernelTests\Core\File\MimeTypeLegacyTest.

function
FileSystemInterface::basename core/lib/Drupal/Core/File/FileSystemInterface.php

in drupal:11.3.0 and is removed from drupal:13.0.0. Use PHP native basename() instead.

function 1
FileUri core/modules/file/src/Plugin/migrate/process/d6/FileUri.php

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

class 1
file_field_find_file_reference_column core/modules/file/file.module

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

function 1
file_get_file_references core/modules/file/file.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\file\FileReferenceResolver::class) instead.

function 2
FilterFormatPermission core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php

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

class 1
FilterID core/modules/filter/src/Plugin/migrate/process/FilterID.php

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

class 1
FilterSettings core/modules/filter/src/Plugin/migrate/process/FilterSettings.php

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

class 1
filter_default_format core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use the \Drupal\filter\FilterFormatRepositoryInterface service with the ::getDefaultFormat() method instead.

function
filter_fallback_format core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use the \Drupal\filter\FilterFormatRepositoryInterface service with the ::getFallbackFormatId() method instead.

function
filter_formats core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use the Drupal\filter\FilterFormatRepositoryInterface service with the ::getAllFormats() method to get all formats, or with the ::getFormatsForAccount() method to get all formats that a user is able to access.

function
filter_formats_reset core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Invalidate 'filter_formats' entity type list cache tags instead.

function
filter_get_formats_by_role core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use the \Drupal\filter\FilterFormatRepositoryInterface service with the ::getFormatsByRole() method instead.

function
filter_get_roles_by_format core/modules/filter/filter.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use the \Drupal\filter\FilterFormatInterface::getRoles() method instead.

function
FormElement core/lib/Drupal/Core/Render/Element/FormElement.php

in drupal:10.3.0 and is removed from drupal:12.0.0. use \Drupal\Core\Render\Element\FormElementBase instead.

class 1 1
hide core/includes/common.inc

in drupal:11.4.0 and is removed from drupal:13.0.0. To hide form elements, use ['#access'] = FALSE. For render elements, use ['#printed'] = TRUE.

function 1
ImageCacheActions core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php

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

class
ImageStyleMappings core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php

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

class
ImageToolkitOperationManager::$logger core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php

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

property
IMAGE_DERIVATIVE_TOKEN core/modules/image/image.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\image\ImageStyleInterface::TOKEN instead.

constant
image_path_flush core/modules/image/image.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use ImageDerivativeUtilities::pathFlush() instead.

function
image_style_options core/modules/image/image.module

in drupal:11.4.0 and is removed from drupal:13.0.0. Use ImageDerivativeUtilities::styleOptions() instead.

function
InstallerExistingConfigTestBase core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php

in drupal:10.4.0 and is removed from drupal:12.0.0. Use \Drupal\FunctionalTests\Installer\InstallerConfigDirectoryTestBase instead.

class
InstallerRouteBuilder core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php

in drupal:11.4.0 and is removed from drupal:12.0.0. No replacement provided.

class
JSONAPI_FILTER_AMONG_ALL core/modules/jsonapi/jsonapi.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\jsonapi\JsonApiFilter::AMONG_ALL instead.

constant
JSONAPI_FILTER_AMONG_ENABLED core/modules/jsonapi/jsonapi.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\jsonapi\JsonApiFilter::AMONG_ENABLED instead.

constant
JSONAPI_FILTER_AMONG_OWN core/modules/jsonapi/jsonapi.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\jsonapi\JsonApiFilter::AMONG_OWN instead.

constant
JSONAPI_FILTER_AMONG_PUBLISHED core/modules/jsonapi/jsonapi.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\jsonapi\JsonApiFilter::AMONG_PUBLISHED instead.

constant
LanguageDomains core/modules/language/src/Plugin/migrate/process/LanguageDomains.php

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

class 1
LanguageNegotiation core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php

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

class 1
LanguageTypes core/modules/language/src/Plugin/migrate/process/LanguageTypes.php

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

class 1
language_configuration_element_submit core/modules/language/language.module

in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\language\Element\LanguageConfiguration::submit() instead.

function

Other projects


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