Search for project

  1. Search 7.x for project
  2. Search 8.9.x for project
  3. Search 10.3.x for project
  4. Search 11.x for project
  5. Other projects
Title Object type File name Summary
ComponentGenerator::$drupalProjectInfo property composer/Generator/ComponentGenerator.php Data from drupal/drupal's composer.json file.
Composer::composerSubprojectPaths function composer/Composer.php Return the list of subprojects of a given type.
Composer::setTemplateProjectStability function composer/Composer.php Set the stability of the template projects to match the Drupal version.
ComposerProjectTemplatesTest class core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Demonstrate that Composer project templates are buildable as patched.
ComposerProjectTemplatesTest.php file core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::getCoreStability function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Returns the stability of the current core version.
ComposerProjectTemplatesTest::getPathReposForType function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Get Composer items that we want to be path repos, from within a directory.
ComposerProjectTemplatesTest::makeTestPackage function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Creates a test package that points to the templates.
ComposerProjectTemplatesTest::makeVendorPackage function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Creates a test package that points to all the projects in vendor.
ComposerProjectTemplatesTest::MINIMUM_STABILITY constant core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php The minimum stability requirement for dependencies.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::STABILITY_ORDER constant core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php The order of stability strings from least stable to most stable.
ComposerProjectTemplatesTest::testMinimumStabilityStrictness function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure that static::MINIMUM_STABILITY is sufficiently strict.
ComposerProjectTemplatesTest::testTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php @dataProvider provideTemplateCreateProject
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure we've accounted for all the templates.
Dependency::$project property core/lib/Drupal/Core/Extension/Dependency.php The project namespace for the dependency.
Dependency::getProject function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's project namespace.
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
Fixtures::cloneFixtureProjects function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a temporary copy of all of the fixtures projects into a temp dir.
Fixtures::projectFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to one particular project fixture.
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to Scaffold component.
hook_locale_translation_projects_alter function core/modules/locale/locale.api.php Alter the list of projects to be updated by locale's interface translation.
hook_update_projects_alter function core/modules/update/update.api.php Alter the list of projects before fetching data and comparing versions.
locale.project service core/modules/locale/locale.services.yml Drupal\locale\LocaleProjectStorage
LocaleBuildTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Checks if a list of translatable projects gets built.
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::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::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 Constructs a State object.
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.

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