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
LocaleProjectStorageInterface::getProjects function core/modules/locale/src/LocaleProjectStorageInterface.php Get array of projects which are available for interface translation.
LocaleProjectStorageInterface::resetCache function core/modules/locale/src/LocaleProjectStorageInterface.php Resets the project storage cache.
LocaleProjectStorageInterface::set function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates the project record.
LocaleProjectStorageInterface::setMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates multiple project records.
LocaleProjectStorageTest class core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests Drupal\locale\LocaleProjectStorage.
LocaleProjectStorageTest.php file core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::$keyValueMemoryFactory property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The key value memory factory.
LocaleProjectStorageTest::$projectStorage property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The local project storage.
LocaleProjectStorageTest::setUp function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::testDelete function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests deleted projects are not included in the count.
LocaleProjectStorageTest::testSorting function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests that projects are sorted by weight and key.
LocaleTestDevelopmentReleaseHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test_development_release/src/Hook/LocaleTestDevelopmentReleaseHooks.php Implements hook_locale_translation_projects_alter().
LocaleTestHooks::localeTranslationProjectsAlter function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_locale_translation_projects_alter().
LocaleTranslatableProject class core/modules/locale/src/LocaleTranslatableProject.php Translatable project for interface translation.
LocaleTranslatableProject.php file core/modules/locale/src/LocaleTranslatableProject.php
LocaleTranslatableProject::createFromArray function core/modules/locale/src/LocaleTranslatableProject.php Creates a new instance from an array.
LocaleTranslatableProject::getLangcode function core/modules/locale/src/LocaleTranslatableProject.php Returns the project langcode.
LocaleTranslatableProject::getStatus function core/modules/locale/src/LocaleTranslatableProject.php Returns the project status.
LocaleTranslatableProject::getWeight function core/modules/locale/src/LocaleTranslatableProject.php Returns the weight.
LocaleTranslatableProject::setLangcode function core/modules/locale/src/LocaleTranslatableProject.php Sets the language code.
LocaleTranslatableProject::setStatus function core/modules/locale/src/LocaleTranslatableProject.php Sets the project status.
LocaleTranslatableProject::setWeight function core/modules/locale/src/LocaleTranslatableProject.php Sets the weight.
LocaleTranslatableProject::toArray function core/modules/locale/src/LocaleTranslatableProject.php Returns an array representation on the object.
LocaleTranslatableProject::__construct function core/modules/locale/src/LocaleTranslatableProject.php Locale translatable project value object.
LocaleTranslationChangeProjectVersionTest class core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests how translations are handled when a project gets updated.
LocaleTranslationChangeProjectVersionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php
LocaleTranslationChangeProjectVersionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php The theme to install as the default for testing.
LocaleTranslationChangeProjectVersionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php
LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests update translations when project version changes.
LocaleTranslationProjectsTest class core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php Tests locale translation project handling.
LocaleTranslationProjectsTest.php file core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
LocaleTranslationProjectsTest::$moduleHandler property core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php The module handler used in this test.
LocaleTranslationProjectsTest::$modules property core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php Modules to install.
LocaleTranslationProjectsTest::$projectStorage property core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php The locale project storage used in this test.
LocaleTranslationProjectsTest::setUp function core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects function core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php Tests \Drupal\locale\LocaleProjectStorageInterface::resetCache().
LocaleUpdateTest::testUpdateProjects function core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php Checks if a list of translatable projects gets build.
locale_translation_build_projects function core/modules/locale/locale.compare.inc Builds list of projects and stores the result in the database.
locale_translation_check_projects function core/modules/locale/locale.compare.inc Check for the latest release of project translations.
locale_translation_check_projects_batch function core/modules/locale/locale.compare.inc Gets and stores the status and timestamp of remote po files.
locale_translation_check_projects_local function core/modules/locale/locale.compare.inc Check and store the status and timestamp of local po files.
locale_translation_clear_cache_projects function core/modules/locale/locale.translation.inc Clears the projects cache.
locale_translation_flush_projects function core/modules/locale/locale.compare.inc Clear the project data table.
locale_translation_get_projects function core/modules/locale/locale.translation.inc Get array of projects which are available for interface translation.
locale_translation_project_list function core/modules/locale/locale.compare.inc Fetch an array of projects for translation update.
locale_translation_status_delete_projects function core/modules/locale/locale.module Delete project entries from the status cache.
ManageGitIgnoreTest::$projectRoot property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The root of this project.
MockPathLocator::getProjectRoot function core/modules/package_manager/tests/modules/package_manager_bypass/src/MockPathLocator.php
OverlapWithTopLevelDependenciesTest::templateProjectPathProvider function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Provides data for testOverlapWithTemplateProject().
OverlapWithTopLevelDependenciesTest::testOverlapWithTemplateProject function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Tests top level and core-recommended dependencies do not overlap.

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