Search for project
- Search 7.x for project
- Search 9.5.x for project
- Search 8.9.x for project
- Search 10.3.x for project
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocaleProjectStorage::get | function | core/ |
Returns the stored value for a given key. |
| LocaleProjectStorage::getAll | function | core/ |
Returns all the project records. |
| LocaleProjectStorage::getMultiple | function | core/ |
Returns a list of project records. |
| LocaleProjectStorage::resetCache | function | core/ |
Resets the project storage cache. |
| LocaleProjectStorage::set | function | core/ |
Creates or updates the project record. |
| LocaleProjectStorage::setMultiple | function | core/ |
Creates or updates multiple project records. |
| LocaleProjectStorage::__construct | function | core/ |
Constructs a State object. |
| LocaleProjectStorageInterface | interface | core/ |
Defines the locale project storage interface. |
| LocaleProjectStorageInterface.php | file | core/ |
|
| LocaleProjectStorageInterface::countProjects | function | core/ |
Returns the count of project records. |
| LocaleProjectStorageInterface::delete | function | core/ |
Deletes project records for a given key. |
| LocaleProjectStorageInterface::deleteAll | function | core/ |
Deletes all projects records. |
| LocaleProjectStorageInterface::deleteMultiple | function | core/ |
Deletes multiple project records. |
| LocaleProjectStorageInterface::disableAll | function | core/ |
Mark all projects as disabled. |
| LocaleProjectStorageInterface::get | function | core/ |
Returns the stored value for a given key. |
| LocaleProjectStorageInterface::getAll | function | core/ |
Returns all the project records. |
| LocaleProjectStorageInterface::getMultiple | function | core/ |
Returns a list of project records. |
| LocaleProjectStorageInterface::resetCache | function | core/ |
Resets the project storage cache. |
| LocaleProjectStorageInterface::set | function | core/ |
Creates or updates the project record. |
| LocaleProjectStorageInterface::setMultiple | function | core/ |
Creates or updates multiple project records. |
| LocaleProjectStorageTest | class | core/ |
Tests Drupal\locale\LocaleProjectStorage. |
| LocaleProjectStorageTest.php | file | core/ |
|
| LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
The key value memory factory. |
| LocaleProjectStorageTest::$projectStorage | property | core/ |
The local project storage. |
| LocaleProjectStorageTest::setUp | function | core/ |
|
| LocaleProjectStorageTest::testDelete | function | core/ |
Tests deleted projects are not included in the count. |
| LocaleProjectStorageTest::testSorting | function | core/ |
Tests that projects are sorted by weight and key. |
| LocaleTestDevelopmentReleaseHooks::localeTranslationProjectsAlter | function | core/ |
Implements hook_locale_translation_projects_alter(). |
| LocaleTestHooks::localeTranslationProjectsAlter | function | core/ |
Implements hook_locale_translation_projects_alter(). |
| LocaleTranslationChangeProjectVersionTest | class | core/ |
Tests how translations are handled when a project gets updated. |
| LocaleTranslationChangeProjectVersionTest.php | file | core/ |
|
| LocaleTranslationChangeProjectVersionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LocaleTranslationChangeProjectVersionTest::setUp | function | core/ |
|
| LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote | function | core/ |
Tests update translations when project version changes. |
| LocaleTranslationProjectsTest | class | core/ |
Tests locale translation project handling. |
| LocaleTranslationProjectsTest.php | file | core/ |
|
| LocaleTranslationProjectsTest::$moduleHandler | property | core/ |
The module handler used in this test. |
| LocaleTranslationProjectsTest::$modules | property | core/ |
Modules to install. |
| LocaleTranslationProjectsTest::$projectStorage | property | core/ |
The locale project storage used in this test. |
| LocaleTranslationProjectsTest::setUp | function | core/ |
|
| LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects | function | core/ |
Tests locale_translation_clear_cache_projects(). |
| LocaleUpdateTest::testUpdateProjects | function | core/ |
Checks if a list of translatable projects gets build. |
| locale_translation_build_projects | function | core/ |
Builds list of projects and stores the result in the database. |
| locale_translation_check_projects | function | core/ |
Check for the latest release of project translations. |
| locale_translation_check_projects_batch | function | core/ |
Gets and stores the status and timestamp of remote po files. |
| locale_translation_check_projects_local | function | core/ |
Check and store the status and timestamp of local po files. |
| locale_translation_clear_cache_projects | function | core/ |
Clears the projects cache. |
| locale_translation_flush_projects | function | core/ |
Clear the project data table. |
| locale_translation_get_projects | function | core/ |
Get array of projects which are available for interface translation. |
| locale_translation_project_list | function | core/ |
Fetch an array of projects for translation update. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.