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::resetCache | function | core/ |
|
LocaleProjectStorage::set | function | core/ |
|
LocaleProjectStorage::setMultiple | function | core/ |
|
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/ |
@coversDefaultClass \Drupal\locale\LocaleProjectStorage @group locale @runTestsInSeparateProcesses |
LocaleProjectStorageTest.php | file | core/ |
|
LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
|
LocaleProjectStorageTest::$projectStorage | property | core/ |
|
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_test_development_release_locale_translation_projects_alter | function | core/ |
Implements hook_locale_translation_projects_alter(). |
locale_test_locale_translation_projects_alter | function | core/ |
Implements hook_locale_translation_projects_alter(). |
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. |
locale_translation_status_delete_projects | function | core/ |
Delete project entries from the status cache. |
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.