Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
LocaleImportFunctionalTest::getOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a proper .po file for testing.
LocaleLookup::$configFactory property core/modules/locale/src/LocaleLookup.php The configuration factory.
LocaleLookup::$stringStorage property core/modules/locale/src/LocaleLookup.php The locale storage.
LocaleLookupTest::$configFactory property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked config factory built with UnitTestCase::getConfigFactoryStub().
LocaleLookupTest::$storage property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked storage to use when instantiating LocaleTranslation objects.
LocaleNonInteractiveDevInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php Gets the version string to use in the translation file.
LocaleNonInteractiveInstallTest::getVersionStringToTest function core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php Gets the version string to use in the translation file.
LocaleProjectRepository class core/modules/locale/src/LocaleProjectRepository.php Provides storage and rebuilding of locale project information.
LocaleProjectRepository.php file core/modules/locale/src/LocaleProjectRepository.php
LocaleProjectRepository::buildProjects function core/modules/locale/src/LocaleProjectRepository.php Builds a list of projects and stores the result in the database.
LocaleProjectRepository::deleteAll function core/modules/locale/src/LocaleProjectRepository.php Deletes all projects records.
LocaleProjectRepository::deleteMultiple function core/modules/locale/src/LocaleProjectRepository.php Deletes multiple project records.
LocaleProjectRepository::getAll function core/modules/locale/src/LocaleProjectRepository.php Returns all the project records.
LocaleProjectRepository::getMultiple function core/modules/locale/src/LocaleProjectRepository.php Returns the stored value for a given key.
LocaleProjectRepository::getProjectList function core/modules/locale/src/LocaleProjectRepository.php Fetch an array of projects for translation update.
LocaleProjectRepository::prepareProjectList function core/modules/locale/src/LocaleProjectRepository.php Prepare module and theme data.
LocaleProjectRepository::set function core/modules/locale/src/LocaleProjectRepository.php Creates or updates the project record.
LocaleProjectRepository::__construct function core/modules/locale/src/LocaleProjectRepository.php
LocaleProjectRepositoryTest class core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php Tests Drupal\locale\LocaleProjectRepository.
LocaleProjectRepositoryTest.php file core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php
LocaleProjectRepositoryTest::$cache property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::$config property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::$keyValueMemoryFactory property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::$localeProjectRepository property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The local project storage.
LocaleProjectRepositoryTest::$moduleExtensionList property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::$moduleHandler property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::$themeExtensionList property core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php The key value memory factory.
LocaleProjectRepositoryTest::setUp function core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php
LocaleProjectRepositoryTest::testSorting function core/modules/locale/tests/src/Unit/LocaleProjectRepositoryTest.php Tests that projects are sorted by weight and key.
LocaleProjectStorage class core/modules/locale/src/LocaleProjectStorage.php Provides the locale project storage system using a key value store.
LocaleProjectStorage.php file core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorage::$all property core/modules/locale/src/LocaleProjectStorage.php Cache status flag.
LocaleProjectStorage::$cache property core/modules/locale/src/LocaleProjectStorage.php Static state cache.
LocaleProjectStorage::$keyValueStore property core/modules/locale/src/LocaleProjectStorage.php The key value store to use.
LocaleProjectStorage::$projectCache property core/modules/locale/src/LocaleProjectStorage.php Memory cache for projects.
LocaleProjectStorage::$sorted property core/modules/locale/src/LocaleProjectStorage.php Sorted status flag.
LocaleProjectStorage::countProjects function core/modules/locale/src/LocaleProjectStorage.php Returns the count of project records.
LocaleProjectStorage::delete function core/modules/locale/src/LocaleProjectStorage.php Deletes project records for a given key.
LocaleProjectStorage::deleteAll function core/modules/locale/src/LocaleProjectStorage.php Deletes all projects records.
LocaleProjectStorage::deleteMultiple function core/modules/locale/src/LocaleProjectStorage.php Deletes multiple project records.
LocaleProjectStorage::disableAll function core/modules/locale/src/LocaleProjectStorage.php Mark all projects as disabled.
LocaleProjectStorage::get function core/modules/locale/src/LocaleProjectStorage.php Returns the stored value for a given key.
LocaleProjectStorage::getAll function core/modules/locale/src/LocaleProjectStorage.php Returns all the project records.
LocaleProjectStorage::getMultiple function core/modules/locale/src/LocaleProjectStorage.php Returns a list of project records.
LocaleProjectStorage::getProjects function core/modules/locale/src/LocaleProjectStorage.php Get array of projects which are available for interface translation.
LocaleProjectStorage::resetCache function core/modules/locale/src/LocaleProjectStorage.php Resets the project storage cache.
LocaleProjectStorage::set function core/modules/locale/src/LocaleProjectStorage.php Creates or updates the project record.
LocaleProjectStorage::setMultiple function core/modules/locale/src/LocaleProjectStorage.php Creates or updates multiple project records.
LocaleProjectStorage::__construct function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorageInterface interface core/modules/locale/src/LocaleProjectStorageInterface.php Defines the locale project storage interface.

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