Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
@coversDefaultClass \Drupal\Core\Recipe\RecipeConfigurator[[api-linebreak]] @group Recipe |
| 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/ |
|
| RecipeExtensionConfigStorage | class | core/ |
Allows the recipe to select configuration from the module. |
| RecipeExtensionConfigStorage.php | file | core/ |
|
| RecipeExtensionConfigStorage::$storage | property | core/ |
|
| RecipeExtensionConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeExtensionConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeExtensionConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeExtensionConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeExtensionConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeExtensionConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeExtensionConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeExtensionConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeExtensionConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeExtensionConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeExtensionConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeExtensionConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeExtensionConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeExtensionConfigStorage::__construct | function | core/ |
|
| 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. |
| RecipeOverrideConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeOverrideConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeOverrideConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeOverrideConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeOverrideConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeOverrideConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeOverrideConfigStorage::__construct | function | core/ |
|
| RecipePreExistingConfigException | class | core/ |
Exception thrown when a recipe has configuration that exists already. |
| RecipePreExistingConfigException.php | file | core/ |
|
| RecipePreExistingConfigException::__construct | function | core/ |
Constructs a RecipePreExistingConfigException. |
| RecipeRunner::installConfig | function | core/ |
Installs a config for a recipe. |
| RecipeRunner::processConfiguration | function | core/ |
Creates configuration and applies configuration actions. |
| RecipeRunnerTest::testConfigActions | function | core/ |
|
| RecipeRunnerTest::testConfigActionsPreExistingConfig | function | core/ |
|
| RecipeRunnerTest::testConfigFromModule | function | core/ |
|
| RecipeRunnerTest::testConfigFromModuleAndRecipe | function | core/ |
Pagination
- Previous page
- Page 104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.