Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LocaleJavascriptTranslationTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php The theme to install as the default for testing.
LocaleJavascriptTranslationTest::$modules property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Modules to enable.
LocaleJavascriptTranslationTest::testFileParsing function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Assert translations JS is added before drupal.js, because it depends on it.
LocaleLibraryAlterTest class core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php Tests localization of the JavaScript libraries.
LocaleLibraryAlterTest.php file core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php
LocaleLibraryAlterTest::$modules property core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php Modules to enable.
LocaleLibraryAlterTest::testLibraryAlter function core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php Verifies that the datepicker can be localized.
LocaleLocaleLookupTest class core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Tests LocaleLookup.
LocaleLocaleLookupTest.php file core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
LocaleLocaleLookupTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php The theme to install as the default for testing.
LocaleLocaleLookupTest::$modules property core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Modules to enable.
LocaleLocaleLookupTest::providerTestFixOldPluralStyle function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Provides data for testFixOldPluralStyle().
LocaleLocaleLookupTest::setUp function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
LocaleLocaleLookupTest::testCircularDependency function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Tests that there are no circular dependencies.
LocaleLocaleLookupTest::testFixOldPluralStyle function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Test old plural style @count[number] fix.
LocaleLocaleLookupTest::testLanguageFallbackDefaults function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Test language fallback defaults.
LocaleLocalTasksTest class core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Tests locale local tasks.
LocaleLocalTasksTest.php file core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
LocaleLocalTasksTest::getLocalePageRoutes function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Provides a list of routes to test.
LocaleLocalTasksTest::setUp function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
LocaleLocalTasksTest::testLocalePageLocalTasks function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Checks locale listing local tasks.
LocaleLookup::$requestStack property core/modules/locale/src/LocaleLookup.php The request stack.
LocaleLookup::$stringStorage property core/modules/locale/src/LocaleLookup.php The locale storage.
LocaleLookup::resolveCacheMiss function core/modules/locale/src/LocaleLookup.php Resolves a cache miss.
LocaleLookup::__construct function core/modules/locale/src/LocaleLookup.php Constructs a LocaleLookup object.
LocaleLookupTest class core/modules/locale/tests/src/Unit/LocaleLookupTest.php @coversDefaultClass \Drupal\locale\LocaleLookup[[api-linebreak]]
@group locale
LocaleLookupTest.php file core/modules/locale/tests/src/Unit/LocaleLookupTest.php
LocaleLookupTest::$cache property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked cache object.
LocaleLookupTest::$configFactory property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked config factory built with UnitTestCase::getConfigFactoryStub().
LocaleLookupTest::$languageManager property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked language manager built from LanguageManagerInterface.
LocaleLookupTest::$lock property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked lock object.
LocaleLookupTest::$requestStack property core/modules/locale/tests/src/Unit/LocaleLookupTest.php The request stack.
LocaleLookupTest::$storage property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked storage to use when instantiating LocaleTranslation objects.
LocaleLookupTest::$user property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked user object built from AccountInterface.
LocaleLookupTest::providerFixOldPluralTranslationProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
LocaleLookupTest::resolveCacheMissWithFallbackProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
LocaleLookupTest::setUp function core/modules/locale/tests/src/Unit/LocaleLookupTest.php
LocaleLookupTest::testFixOldPluralStyleTranslations function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with old plural style of translations.
LocaleLookupTest::testResolveCacheMissNoTranslation function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups without a found translation.
LocaleLookupTest::testResolveCacheMissWithFallback function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with fallback.
LocaleLookupTest::testResolveCacheMissWithoutFallback function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups without fallback.
LocaleLookupTest::testResolveCacheMissWithPersist function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Tests locale lookups with persistent tracking.
LocaleNonInteractiveDevInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Tests installing in a different language with a dev version string.
LocaleNonInteractiveDevInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php
LocaleNonInteractiveDevInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php The theme to install as the default for testing.
LocaleNonInteractiveDevInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest class core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Tests installing in a different language with a non-dev version string.
LocaleNonInteractiveInstallTest.php file core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
LocaleNonInteractiveInstallTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php The theme to install as the default for testing.

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