Search for project

  1. Search 7.x for project
  2. Search 9.5.x for project
  3. Search 8.9.x for project
  4. Search 10.3.x for project
  5. Search main for project
  6. Other projects
Title Object type File name Summary
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.
LocaleProjectStorageInterface.php file core/modules/locale/src/LocaleProjectStorageInterface.php
LocaleProjectStorageInterface::countProjects function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the count of project records.
LocaleProjectStorageInterface::delete function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes project records for a given key.
LocaleProjectStorageInterface::deleteAll function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes all projects records.
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
LocaleProjectStorageInterface::disableAll function core/modules/locale/src/LocaleProjectStorageInterface.php Mark all projects as disabled.
LocaleProjectStorageInterface::get function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the stored value for a given key.
LocaleProjectStorageInterface::getAll function core/modules/locale/src/LocaleProjectStorageInterface.php Returns all the project records.
LocaleProjectStorageInterface::getMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Returns a list of project records.

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