Deprecated - main - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| FileUri | core/ |
in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
class | 1 | |||
| file_post_update_add_playsinline | core/ |
in drupal:12.3.0 and is removed from drupal:13.0.0. This was rolled back due to a bug in the implementation and is now a no-op function and is kept only to prevent errors when updating. |
function | ||||
| 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 | ||
| 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 | ||||
| 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 | |||
| LibraryDiscovery | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Asset\LibraryDiscoveryCollector instead. |
class | ||||
| ListingEmpty | core/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement. |
class | ||||
| locale_cron_fill_queue | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| locale_system_file_system_settings_submit | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement. |
function | ||||
| locale_translate_delete_translation_files | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFileManager::class) ->deleteTranslationFiles($projects, $langcodes) instead. |
function | ||||
| locale_translate_file_attach_properties | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use LocaleFile::createFromPath($filename, $uri, $langCodeOverride) instead. |
function | ||||
| locale_translate_file_create | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use LocaleFile instead. |
function | ||||
| locale_translate_get_interface_translation_files | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFileManager::class) ->getInterfaceTranslationFiles($projects, $langcodes) instead. |
function | ||||
| locale_translation_batch_fetch_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class) ->batchFetchBuild($projects, $langcodes, $options) instead. |
function | ||||
| locale_translation_batch_update_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class) ->batchUpdateBuild($projects, $langcodes, $options) instead. |
function | ||||
| locale_translation_build_server_pattern | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class) ->buildServerPattern($project, $template) instead. |
function | ||||
| locale_translation_build_sources | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class) ->buildSources($projects, $langcodes) instead. |
function | ||||
| locale_translation_clear_cache_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('locale.project')->resetCache() instead. |
function | ||||
| locale_translation_download_source | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFileManager::class) ->downloadTranslationSource($source_file, $directory) instead. |
function | ||||
| locale_translation_get_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('locale.project')->getProjects($project_names) instead. |
function | ||||
| locale_translation_http_check | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFileManager::class)checkRemoteFileStatus($uri) instead. |
function | ||||
| locale_translation_load_sources | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class) ->loadSources($projects, $langcodes) instead. |
function | ||||
| locale_translation_source_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class) ->sourceBuild($project, $langcode, $filename) instead. |
function | ||||
| locale_translation_source_check_file | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class)->sourceCheckFile($source) instead. |
function | ||||
| LOCALE_TRANSLATION_SOURCE_COMPARE_EQ | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
constant | ||||
| LOCALE_TRANSLATION_SOURCE_COMPARE_GT | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
constant | ||||
| LOCALE_TRANSLATION_SOURCE_COMPARE_LT | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
constant | ||||
| MatchingRouteNotFoundException | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. There is no replacement. |
class | ||||
| media_filter_format_edit_form_validate | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use MediaHooks::formatEditFormValidate() 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.