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 11.x for all
  6. Other projects
Title Object type File name Summary
LocaleStringTest::$storage property core/modules/locale/tests/src/Kernel/LocaleStringTest.php The locale storage.
LocaleStringTest::buildSourceString function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates random source string object.
LocaleStringTest::createAllTranslations function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates translations for source string and all languages.
LocaleStringTest::createTranslation function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates single translation for source string.
LocaleStringTest::setUp function core/modules/locale/tests/src/Kernel/LocaleStringTest.php
LocaleStringTest::testDeleteStrings function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests that strings are correctly deleted.
LocaleStringTest::testStringCrudApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests CRUD API.
LocaleStringTest::testStringSearchApi function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Tests Search API loading multiple objects.
LocaleTestDevelopmentReleaseHooks class core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Hook implementations for locale_test_development_release.
LocaleTestDevelopmentReleaseHooks.php file core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php
LocaleTestDevelopmentReleaseHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestDevelopmentReleaseHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_system_info_alter().
LocaleTestHooks class core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Hook implementations for locale_test.
LocaleTestHooks.php file core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php
LocaleTestHooks::countriesAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_countries_alter().
LocaleTestHooks::languageFallbackCandidatesLocaleLookupAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
LocaleTestHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestHooks::systemInfoAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_system_info_alter().
LocaleTestHooks::theme function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_theme().
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
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.

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