Deprecated - main - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| FieldInstanceOptionTranslation | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| FieldInstanceSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldInstanceSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldInstanceWidgetSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| FieldLink | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldOptionTranslation | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| FieldOptionTranslation | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| FieldSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldType | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| FieldTypeDefaults | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FieldTypeDefaults | core/ |
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/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement. |
function | ||||
| field_purge_batch | core/ |
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/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| field_purge_field_storage | core/ |
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/ |
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/ |
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/ |
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/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. Use PHP native basename() instead. |
function | 1 | |||
| FileUri | core/ |
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/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | 1 | |||
| file_get_file_references | core/ |
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/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FilterID | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| FilterSettings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| filter_default_format | core/ |
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/ |
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/ |
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/ |
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/ |
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/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use the \Drupal\filter\FilterFormatInterface::getRoles() method instead. |
function | ||||
| FormElement | core/ |
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/ |
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/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| ImageStyleMappings | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| ImageToolkitOperationManager::$logger | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
property | ||||
| IMAGE_DERIVATIVE_TOKEN | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\image\ImageStyleInterface::TOKEN instead. |
constant | ||||
| image_path_flush | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ImageDerivativeUtilities::pathFlush() instead. |
function | ||||
| image_style_options | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use ImageDerivativeUtilities::styleOptions() instead. |
function | ||||
| InstallerExistingConfigTestBase | core/ |
in drupal:10.4.0 and is removed from drupal:12.0.0. Use \Drupal\FunctionalTests\Installer\InstallerConfigDirectoryTestBase instead. |
class | ||||
| InstallerRouteBuilder | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. No replacement provided. |
class | ||||
| JSONAPI_FILTER_AMONG_ALL | core/ |
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/ |
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/ |
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/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal\jsonapi\JsonApiFilter::AMONG_PUBLISHED instead. |
constant | ||||
| LanguageDomains | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| LanguageNegotiation | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| LanguageTypes | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| language_configuration_element_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\language\Element\LanguageConfiguration::submit() instead. |
function |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.