Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
LocaleTestHooks::tokenInfo function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_token_info().
LocaleTestHooks::tokens function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_tokens().
LocaleTestTranslateHooks class core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Hook implementations for locale_test_translate.
LocaleTestTranslateHooks.php file core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php
LocaleTestTranslateHooks::modulesInstalled function core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Implements hook_modules_installed().
LocaleTestTranslateHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_translate/src/Hook/LocaleTestTranslateHooks.php Implements hook_system_info_alter().
LocaleThemeHooks class core/modules/locale/src/Hook/LocaleThemeHooks.php Hook implementations for locale.
LocaleThemeHooks.php file core/modules/locale/src/Hook/LocaleThemeHooks.php
LocaleThemeHooks::preprocessLocaleTranslationLastCheck function core/modules/locale/src/Hook/LocaleThemeHooks.php Prepares variables for most recent translation update templates.
LocaleThemeHooks::preprocessLocaleTranslationUpdateInfo function core/modules/locale/src/Hook/LocaleThemeHooks.php Prepares variables for translation status information templates.
LocaleThemeHooks::preprocessNode function core/modules/locale/src/Hook/LocaleThemeHooks.php Implements hook_preprocess_HOOK() for node templates.
LocaleThemeHooks::theme function core/modules/locale/src/Hook/LocaleThemeHooks.php Implements hook_theme().
LocaleThemeHooks::__construct function core/modules/locale/src/Hook/LocaleThemeHooks.php
LocaleThemeInstallTest class core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that locale rewrites config langcodes after theme install.
LocaleThemeInstallTest.php file core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php The theme to install as the default for testing.
LocaleThemeInstallTest::$modules property core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Modules to install.
LocaleThemeInstallTest::installParameters function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Returns the parameters that will be used when the test installs Drupal.
LocaleThemeInstallTest::setUp function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php
LocaleThemeInstallTest::testThemeInstallRewritesConfigLangcode function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that installing a theme via the UI updates config language.
LocaleThemeInstallTest::testThemeSetDefaultRewritesConfigLangcode function core/modules/locale/tests/src/Functional/LocaleThemeInstallTest.php Tests that "install as default" also updates config language.
LocaleTranslatableProject class core/modules/locale/src/LocaleTranslatableProject.php Translatable project for interface translation.
LocaleTranslatableProject.php file core/modules/locale/src/LocaleTranslatableProject.php
LocaleTranslatableProject::createFromArray function core/modules/locale/src/LocaleTranslatableProject.php Creates a new instance from an array.
LocaleTranslatableProject::getLangcode function core/modules/locale/src/LocaleTranslatableProject.php Returns the project langcode.
LocaleTranslatableProject::getStatus function core/modules/locale/src/LocaleTranslatableProject.php Returns the project status.
LocaleTranslatableProject::getWeight function core/modules/locale/src/LocaleTranslatableProject.php Returns the weight.
LocaleTranslatableProject::setLangcode function core/modules/locale/src/LocaleTranslatableProject.php Sets the language code.
LocaleTranslatableProject::setStatus function core/modules/locale/src/LocaleTranslatableProject.php Sets the project status.
LocaleTranslatableProject::setWeight function core/modules/locale/src/LocaleTranslatableProject.php Sets the weight.
LocaleTranslatableProject::toArray function core/modules/locale/src/LocaleTranslatableProject.php Returns an array representation on the object.
LocaleTranslatableProject::__construct function core/modules/locale/src/LocaleTranslatableProject.php Locale translatable project value object.
LocaleTranslatedSchemaDefinitionTest class core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Adds and configures languages to check field schema definition.
LocaleTranslatedSchemaDefinitionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php The theme to install as the default for testing.
LocaleTranslatedSchemaDefinitionTest::$modules property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Modules to install.
LocaleTranslatedSchemaDefinitionTest::$useOneTimeLoginLinks property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Use one-time login links instead of submitting the login form.
LocaleTranslatedSchemaDefinitionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translations do not affect the update system.
LocaleTranslation class core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php Executes interface translation queue tasks.
LocaleTranslation class core/modules/locale/src/LocaleTranslation.php String translator using the locale module.
LocaleTranslation.php file core/modules/locale/src/LocaleTranslation.php
LocaleTranslation.php file core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php
LocaleTranslation::$cache property core/modules/locale/src/LocaleTranslation.php The cache backend that should be used.
LocaleTranslation::$configFactory property core/modules/locale/src/LocaleTranslation.php The configuration factory.
LocaleTranslation::$languageManager property core/modules/locale/src/LocaleTranslation.php The language manager.
LocaleTranslation::$lock property core/modules/locale/src/LocaleTranslation.php The lock backend that should be used.
LocaleTranslation::$queue property core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php The queue object.
LocaleTranslation::$requestStack property core/modules/locale/src/LocaleTranslation.php The request stack.

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