Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
RecipeConfigurator::listAllExtensions function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php List all the extensions installed by this recipe and its dependencies.
RecipeConfigurator::listAllRecipes function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php Returns all the recipes installed by this recipe.
RecipeConfigurator::__construct function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php
RecipeConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php @coversDefaultClass \Drupal\Core\Recipe\RecipeConfigurator[[api-linebreak]]
@group Recipe
RecipeConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php
RecipeConfiguratorTest::testIncludedRecipeLoader function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests that RecipeConfigurator can load recipes.
RecipeConfiguratorTest::testIncludedRecipeLoaderException function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests exception thrown when RecipeConfigurator cannot find a recipe.
RecipeConfiguratorTest::testRecipeConfigurator function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php
RecipeExtensionConfigStorage class core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Allows the recipe to select configuration from the module.
RecipeExtensionConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeExtensionConfigStorage::$storage property core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeExtensionConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Creates a collection on the storage.
RecipeExtensionConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeExtensionConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Deletes a configuration object from the storage.
RecipeExtensionConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeExtensionConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeExtensionConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Returns whether a configuration object exists.
RecipeExtensionConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the existing collections.
RecipeExtensionConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the name of the current collection the storage is using.
RecipeExtensionConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeExtensionConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Reads configuration data from the storage.
RecipeExtensionConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Reads configuration data from the storage.
RecipeExtensionConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Renames a configuration object in the storage.
RecipeExtensionConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Writes configuration data to the storage.
RecipeExtensionConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php
RecipeOverrideConfigStorage class core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Wraps a config storage to allow recipe provided configuration to override it.
RecipeOverrideConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeOverrideConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes a configuration object from the storage.
RecipeOverrideConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeOverrideConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeOverrideConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Returns whether a configuration object exists.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeOverrideConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Renames a configuration object in the storage.
RecipeOverrideConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Writes configuration data to the storage.
RecipeOverrideConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipePreExistingConfigException class core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php Exception thrown when a recipe has configuration that exists already.
RecipePreExistingConfigException.php file core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php
RecipePreExistingConfigException::__construct function core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php Constructs a RecipePreExistingConfigException.
RecipeRunner::installConfig function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a config for a recipe.
RecipeRunner::processConfiguration function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates configuration and applies configuration actions.
RecipeRunnerTest::testConfigActions function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testConfigActionsPreExistingConfig function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testConfigFromModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testConfigFromModuleAndRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php

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