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 10.3.x for conf
  5. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
RecipeConfigStorageWrapperTest::testReadMultipleStorageA function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that storage A has precedence over storage B.
RecipeConfigStorageWrapperTest::testRightSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we fall back to the second storage.
RecipeConfigStorageWrapperTest::testSingleStorage function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that a single storage returns exactly the same instance.
RecipeConfigStorageWrapperTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test methods that are unsupported.
RecipeConfigurator class core/lib/Drupal/Core/Recipe/RecipeConfigurator.php @internal
This API is experimental.
RecipeConfigurator.php file core/lib/Drupal/Core/Recipe/RecipeConfigurator.php
RecipeConfigurator::$cache property core/lib/Drupal/Core/Recipe/RecipeConfigurator.php A cache of already-loaded recipes, keyed by path.
RecipeConfigurator::$recipes property core/lib/Drupal/Core/Recipe/RecipeConfigurator.php
RecipeConfigurator::getIncludedRecipe function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php Gets an included recipe object.
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 Tests Drupal\Core\Recipe\RecipeConfigurator.
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 Tests the listing all the extensions installed by a recipe.
RecipeInfoCommand::configure function core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php
RecipeMultipleModulesConfigStorage class core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Provides a read-only config storage spanning multiple modules' config.
RecipeMultipleModulesConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::createFromModuleList function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Creates a RecipeMultipleModulesConfigStorage from a list of modules.
RecipeMultipleModulesConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::getStorage function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Gets the correct module configuration storage to use.
RecipeMultipleModulesConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php
RecipeMultipleModulesConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php Constructs a RecipeMultipleModulesConfigStorage.
RecipeMultipleModulesConfigStorageTest class core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests RecipeMultipleModulesConfigStorage.
RecipeMultipleModulesConfigStorageTest.php file core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::$extensionList property core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php The mocked module extension list.
RecipeMultipleModulesConfigStorageTest::setUp function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() returns a new instance with the given collection.
RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() reads from collection subdirectories.
RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createFromModuleList() throws when given an empty module list.
RecipeMultipleModulesConfigStorageTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests decode().
RecipeMultipleModulesConfigStorageTest::testEncode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests encode() delegates to underlying FileStorage.
RecipeMultipleModulesConfigStorageTest::testExists function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests exists() returns TRUE when config is in any directory.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() merges and deduplicates from all directories.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() returns empty when no collections exist.
RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getCollectionName() returns the default collection.
RecipeMultipleModulesConfigStorageTest::testListAll function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests listAll() merges results from all directories.

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