Search for conf
- Search 7.x for conf
- Search 9.5.x for conf
- Search 8.9.x for conf
- Search 10.3.x for conf
- Search 11.x for conf
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RecipeConfigStorageWrapperTest::testReadFromA | function | core/ |
Validate that we read from storage A first. |
| RecipeConfigStorageWrapperTest::testReadFromB | function | core/ |
Validate that we read from storage B second. |
| RecipeConfigStorageWrapperTest::testReadMultiple | function | core/ |
Test reading multiple values. |
| RecipeConfigStorageWrapperTest::testReadMultipleStorageA | function | core/ |
Test that storage A has precedence over storage B. |
| RecipeConfigStorageWrapperTest::testRightSideExists | function | core/ |
Validate that we fall back to the second storage. |
| RecipeConfigStorageWrapperTest::testSingleStorage | function | core/ |
Validate that a single storage returns exactly the same instance. |
| RecipeConfigStorageWrapperTest::testUnsupportedMethods | function | core/ |
Test methods that are unsupported. |
| RecipeConfigurator | class | core/ |
@internal This API is experimental. |
| RecipeConfigurator.php | file | core/ |
|
| RecipeConfigurator::$cache | property | core/ |
A cache of already-loaded recipes, keyed by path. |
| RecipeConfigurator::$recipes | property | core/ |
|
| RecipeConfigurator::getIncludedRecipe | function | core/ |
Gets an included recipe object. |
| RecipeConfigurator::listAllExtensions | function | core/ |
List all the extensions installed by this recipe and its dependencies. |
| RecipeConfigurator::listAllRecipes | function | core/ |
Returns all the recipes installed by this recipe. |
| RecipeConfigurator::__construct | function | core/ |
|
| RecipeConfiguratorTest | class | core/ |
Tests Drupal\Core\Recipe\RecipeConfigurator. |
| RecipeConfiguratorTest.php | file | core/ |
|
| RecipeConfiguratorTest::testIncludedRecipeLoader | function | core/ |
Tests that RecipeConfigurator can load recipes. |
| RecipeConfiguratorTest::testIncludedRecipeLoaderException | function | core/ |
Tests exception thrown when RecipeConfigurator cannot find a recipe. |
| RecipeConfiguratorTest::testRecipeConfigurator | function | core/ |
Tests the listing all the extensions installed by a recipe. |
| RecipeInfoCommand::configure | function | core/ |
|
| RecipeInfoCommand::configure | function | core/ |
|
| RecipeMultipleModulesConfigStorage | class | core/ |
Provides a read-only config storage spanning multiple modules' config. |
| RecipeMultipleModulesConfigStorage.php | file | core/ |
|
| RecipeMultipleModulesConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeMultipleModulesConfigStorage::createFromModuleList | function | core/ |
Creates a RecipeMultipleModulesConfigStorage from a list of modules. |
| RecipeMultipleModulesConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeMultipleModulesConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeMultipleModulesConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeMultipleModulesConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeMultipleModulesConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeMultipleModulesConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeMultipleModulesConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeMultipleModulesConfigStorage::getStorage | function | core/ |
Gets the correct module configuration storage to use. |
| RecipeMultipleModulesConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeMultipleModulesConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeMultipleModulesConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeMultipleModulesConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeMultipleModulesConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeMultipleModulesConfigStorage::__construct | function | core/ |
Constructs a RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest | class | core/ |
Tests RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest.php | file | core/ |
|
| RecipeMultipleModulesConfigStorageTest::$extensionList | property | core/ |
The mocked module extension list. |
| RecipeMultipleModulesConfigStorageTest::setUp | function | core/ |
|
| RecipeMultipleModulesConfigStorageTest::testCreateCollection | function | core/ |
Tests createCollection() returns a new instance with the given collection. |
| RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories | function | core/ |
Tests createCollection() reads from collection subdirectories. |
| RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty | function | core/ |
Tests createFromModuleList() throws when given an empty module list. |
| RecipeMultipleModulesConfigStorageTest::testDecode | function | core/ |
Tests decode(). |
| RecipeMultipleModulesConfigStorageTest::testEncode | function | core/ |
Tests encode() delegates to underlying FileStorage. |
| RecipeMultipleModulesConfigStorageTest::testExists | function | core/ |
Tests exists() returns TRUE when config is in any directory. |
Pagination
- Previous page
- Page 109
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.