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 main for conf
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| 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. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames | function | core/ |
Tests getAllCollectionNames() merges and deduplicates from all directories. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty | function | core/ |
Tests getAllCollectionNames() returns empty when no collections exist. |
| RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault | function | core/ |
Tests getCollectionName() returns the default collection. |
| RecipeMultipleModulesConfigStorageTest::testListAll | function | core/ |
Tests listAll() merges results from all directories. |
| RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix | function | core/ |
Tests listAll() with a prefix filter. |
| RecipeMultipleModulesConfigStorageTest::testRead | function | core/ |
Tests read() returns from the first directory that has the config. |
| RecipeMultipleModulesConfigStorageTest::testReadMultiple | function | core/ |
Tests readMultiple() reads from across all directories. |
| RecipeMultipleModulesConfigStorageTest::testReadMultipleEmpty | function | core/ |
Tests readMultiple() with an empty names array. |
| RecipeMultipleModulesConfigStorageTest::testReadSafety | function | core/ |
Tests read() safety: only read from the correct storage. |
| RecipeMultipleModulesConfigStorageTest::testSimilarModuleNameIsolation | function | core/ |
Tests that modules with similar name prefixes are correctly isolated. |
| RecipeMultipleModulesConfigStorageTest::testUnsupportedMethods | function | core/ |
Tests that write operations throw BadMethodCallException. |
| RecipeOverrideConfigStorage | class | core/ |
Wraps a config storage to allow recipe provided configuration to override it. |
| RecipeOverrideConfigStorage.php | file | core/ |
|
| RecipeOverrideConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeOverrideConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeOverrideConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeOverrideConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeOverrideConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
Pagination
- Previous page
- Page 110
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.