Deprecated - main - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| language_get_browser_drupal_langcode_mappings | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| language_get_default_langcode | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | 1 | |||
| language_negotiation_url_prefixes_update | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. |
function | ||||
| language_process_language_select | core/ |
in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\language\Hook\LanguageHooks::processLanguageSelect() instead. |
function | ||||
| LibraryDiscovery | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Asset\LibraryDiscoveryCollector instead. |
class | ||||
| LinkOptions | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\migrate\Plugin\migrate\process\LinkOptions instead. Examples: |
class | ||||
| LinkUri | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\migrate\Plugin\migrate\process\LinkUri instead. Converts the source path value to an 'entity:', 'internal:' or 'base:' URI. Available configuration keys:
Examples: |
class | 1 | |||
| ListingEmpty | core/ |
in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement. |
class | ||||
| LocaleProjectStorage | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\locale\LocaleProjectRepository instead. |
class | 1 | |||
| LocaleProjectStorageInterface | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\locale\LocaleProjectRepository instead. |
interface | 1 | |||
| LocaleSource::buildSources | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class)->buildSource($project, $langcodes) instead. |
function | ||||
| locale_config_batch_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleConfigBatch::class)->buildBatch() instead the arguments have changed. |
function | ||||
| locale_config_batch_finished | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleConfigBatch::class)->batchFinished() instead. |
function | ||||
| locale_config_batch_update_components | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleConfigBatch::class)->buildBatch() instead. |
function | ||||
| locale_config_batch_update_config_translations | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleConfigBatch::class)->batchUpdateConfigTranslations() instead. |
function | ||||
| locale_config_batch_update_default_config_langcodes | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleConfigBatch::class)->batchUpdateDefaultConfigLangcodes() instead. |
function | ||||
| 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_batch_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleImportBatch::class)->buildBatch() instead. |
function | ||||
| locale_translate_batch_finished | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleImportBatch::class)->batchFinished() instead. |
function | ||||
| locale_translate_batch_import | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleImportBatch::class)->batchImport() instead. |
function | ||||
| locale_translate_batch_import_save | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleImportBatch::class)->batchSave() instead. |
function | ||||
| locale_translate_batch_refresh | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleImportBatch::class)->batchRefresh() instead. |
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) ->buildFetchBatch($projects, $langcodes, $options) instead. |
function | ||||
| locale_translation_batch_fetch_download | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class)->batchDownload() instead. |
function | ||||
| locale_translation_batch_fetch_finished | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class)->batchFinished() instead. |
function | ||||
| locale_translation_batch_fetch_import | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class)->batchImport() instead. |
function | ||||
| locale_translation_batch_status_build | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectChecker::class)->triggerBatch() instead, this now calls batch_set immediately instead of returning the array. |
function | ||||
| locale_translation_batch_status_check | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class)->batchStatusCheck() instead. |
function | ||||
| locale_translation_batch_status_finished | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectChecker::class)->batchFinished() 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) ->buildUpdateBatch($projects, $langcodes, $options) instead. |
function | ||||
| locale_translation_batch_version_check | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleFetch::class)->batchVersionCheck() instead. |
function | ||||
| locale_translation_build_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectRepository::class)->buildProjects() 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) ->sourceBuild($project, $langcode) instead. |
function | ||||
| locale_translation_check_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectChecker::class)->checkProjects() instead. |
function | ||||
| locale_translation_check_projects_batch | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectChecker::class)->triggerBatch() instead. |
function | ||||
| locale_translation_check_projects_local | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectChecker::class)->checkLocalProjects() instead. |
function | ||||
| locale_translation_clear_cache_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('cache.memory')->delete('locale_get_projects') instead. |
function | ||||
| locale_translation_clear_status | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleSource::class)->clearSources() instead. |
function | ||||
| locale_translation_default_translation_server | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is not replacement. |
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_file_history_delete | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(CurrentImportStorage::class)->delete() instead. |
function | ||||
| locale_translation_flush_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectRepository::class)->deleteAll() instead. |
function | ||||
| locale_translation_get_file_history | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. There is no direct replacement use \Drupal::service(CurrentImportStorage::class)->get() with the project and langcode instead. |
function | ||||
| locale_translation_get_projects | core/ |
in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service(LocaleProjectRepository::class) ->getAll() or \Drupal::service(LocaleProjectRepository::class) ->getMultiple($project_names)instead. |
function |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.