Files - 10.3.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
LocalActionManager.php core/lib/Drupal/Core/Menu/LocalActionManager.php Drupal\Core\Menu
LocalActionManagerInterface.php core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Drupal\Core\Menu
LocalActionManagerTest.php core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Drupal\Tests\Core\Menu
LocalActionManagerTest.php core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Drupal\KernelTests\Core\Menu
LocalActionsBlock.php core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Drupal\Core\Menu\Plugin\Block
LocalActionTest.php core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Drupal\Tests\system\Functional\Menu
LocalActionTest.php core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Drupal\menu_test\Plugin\Derivative
LocalAwareRedirectResponseTrait.php core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php Drupal\Core\Routing
locale-test-tokenized.html.twig core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig {{ content }}
locale-translation-last-check.html.twig core/modules/locale/templates/locale-translation-last-check.html.twig Default theme implementation for the last time we checked for update data.
locale-translation-last-check.html.twig core/themes/stable9/templates/admin/locale-translation-last-check.html.twig Theme override for the last time we checked for update data.
locale-translation-update-info.html.twig core/themes/stable9/templates/admin/locale-translation-update-info.html.twig Theme override for displaying translation status information.
locale-translation-update-info.html.twig core/modules/locale/templates/locale-translation-update-info.html.twig Default theme implementation for displaying translation status information.
locale.admin.css core/modules/locale/css/locale.admin.css .locale-translate-filter-form .form-item-langcode, .locale-translate-filter-form .form-item-translation, .locale-translate-filter-form .form-item-customized { float: left; /* LTR */ /** * In Opera 9, DOM elements with the property of…
locale.admin.css core/themes/stable9/css/locale/locale.admin.css .locale-translate-filter-form .details-wrapper { overflow: hidden; } .locale-translate-filter-form .form-item-langcode, .locale-translate-filter-form .form-item-translation, .locale-translate-filter-form .form-item-customized { float: left; /* LTR…
locale.api.php core/modules/locale/locale.api.php Hooks provided by the Locale module.
locale.batch.inc core/modules/locale/locale.batch.inc Batch process to check the availability of remote or local po files.
locale.bulk.inc core/modules/locale/locale.bulk.inc Mass import-export and batch import functionality for Gettext .po files.
locale.compare.inc core/modules/locale/locale.compare.inc The API for comparing project translation status with available translation.
locale.fetch.inc core/modules/locale/locale.fetch.inc The API for download and import of translations from remote and local sources.
locale.import.html.twig core/modules/locale/help_topics/locale.import.html.twig --- label: 'Importing a translation file' related: - core.translations - locale.translation_status - locale.translate_strings --- {% set import_text %}{% trans %}Import{% endtrans %}{% endset %} {% set import_link =…
locale.info.yml core/modules/locale/locale.info.yml core/modules/locale/locale.info.yml
locale.install core/modules/locale/locale.install Install, update, and uninstall functions for the Locale module.
locale.libraries.yml core/modules/locale/locale.libraries.yml core/modules/locale/locale.libraries.yml
locale.links.menu.yml core/modules/locale/locale.links.menu.yml core/modules/locale/locale.links.menu.yml
locale.links.task.yml core/modules/locale/locale.links.task.yml core/modules/locale/locale.links.task.yml
locale.migrate_drupal.yml core/modules/locale/migrations/state/locale.migrate_drupal.yml core/modules/locale/migrations/state/locale.migrate_drupal.yml
locale.module core/modules/locale/locale.module Enables the translation of the user interface to languages other than English.
locale.pages.inc core/modules/locale/locale.pages.inc Interface translation summary, editing and deletion user interfaces.
locale.permissions.yml core/modules/locale/locale.permissions.yml core/modules/locale/locale.permissions.yml
Locale.php core/modules/locale/src/Locale.php Drupal\locale
locale.post_update.php core/modules/locale/locale.post_update.php Post-update functions for Locale module.
locale.routing.yml core/modules/locale/locale.routing.yml core/modules/locale/locale.routing.yml
locale.schema.yml core/modules/locale/config/schema/locale.schema.yml core/modules/locale/config/schema/locale.schema.yml
locale.services.yml core/modules/locale/locale.services.yml core/modules/locale/locale.services.yml
locale.settings.yml core/modules/locale/config/install/locale.settings.yml core/modules/locale/config/install/locale.settings.yml
locale.settings.yml core/profiles/testing_multilingual/config/install/locale.settings.yml core/profiles/testing_multilingual/config/install/locale.settings.yml
locale.settings.yml core/profiles/testing/config/optional/locale.settings.yml core/profiles/testing/config/optional/locale.settings.yml
locale.settings.yml core/profiles/nightwatch_testing/config/optional/locale.settings.yml core/profiles/nightwatch_testing/config/optional/locale.settings.yml
locale.translate_strings.html.twig core/modules/locale/help_topics/locale.translate_strings.html.twig --- label: 'Translating user interface text' related: - core.translations - locale.import - locale.translation_status - language.add --- {% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %} {% set…
locale.translation.inc core/modules/locale/locale.translation.inc Common API for interface translation.
locale.translation_status.html.twig core/modules/locale/help_topics/locale.translation_status.html.twig --- label: 'Checking interface translation status' related: - core.translations - locale.import - locale.translate_strings --- {% set language_text %}{% trans %}Languages{% endtrans %}{% endset %} {% set translation_updates_text %}{% trans…
LocaleBuildTest.php core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Drupal\Tests\locale\Kernel
LocaleConfigManager.php core/modules/locale/src/LocaleConfigManager.php Drupal\locale
LocaleConfigManagerTest.php core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php Drupal\Tests\locale\Kernel
LocaleConfigSubscriber.php core/modules/locale/src/LocaleConfigSubscriber.php Drupal\locale
LocaleConfigSubscriberForeignTest.php core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Drupal\Tests\locale\Kernel
LocaleConfigSubscriberTest.php core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Drupal\Tests\locale\Kernel
LocaleConfigTranslationImportTest.php core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Drupal\Tests\locale\Functional
LocaleConfigTranslationTest.php core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php Drupal\Tests\locale\Functional

Other projects


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