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
QueryFactory::updateConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Updates or adds lookup data.
QueryFactoryTest::getConfigObject function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Gets a test configuration object.
QuickStartCommand::configure function core/lib/Drupal/Core/Command/QuickStartCommand.php
RawConfigWriterTrait trait core/tests/Drupal/Tests/Traits/Core/Config/RawConfigWriterTrait.php Allows writing raw config data for testing purposes.
RawConfigWriterTrait.php file core/tests/Drupal/Tests/Traits/Core/Config/RawConfigWriterTrait.php
RawConfigWriterTrait::writeRawConfig function core/tests/Drupal/Tests/Traits/Core/Config/RawConfigWriterTrait.php Writes raw config data.
RawConfigWriterTrait::writeRawConfigEntity function core/tests/Drupal/Tests/Traits/Core/Config/RawConfigWriterTrait.php Writes a config entity without using the entity system or schema.
ReadOnlyStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Generate random config in the memory storage.
RebuildPermissionsForm::getConfirmText function core/modules/node/src/Form/RebuildPermissionsForm.php
Recipe::validateConfigActions function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the corresponding extension is enabled for a config action.
RecipeCommand::configure function core/lib/Drupal/Core/Recipe/RecipeCommand.php
RecipeCommandTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Disable strict config schema because this test explicitly makes the
recipe system save invalid config, to prove that it validates it after
the fact and raises an error.
RecipeCommandTest::testDefaultInputValueFromConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeConfigInstaller class core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php Extends the ConfigInstaller service for recipes.
RecipeConfigInstaller.php file core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php
RecipeConfigInstaller::installRecipeConfig function core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php
RecipeConfigStorageWrapper class core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Merges two storages together.
RecipeConfigStorageWrapper.php file core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::createStorageFromArray function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a single config storage for an array of storages.
RecipeConfigStorageWrapper::decode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::delete function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::deleteAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::encode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::exists function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::listAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::read function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::readMultiple function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::rename function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::write function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::__construct function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapperTest class core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Tests Drupal\Core\Recipe\RecipeConfigStorageWrapper.
RecipeConfigStorageWrapperTest.php file core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php
RecipeConfigStorageWrapperTest::generateStorages function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Generate two storages where the second storage should return a value.
RecipeConfigStorageWrapperTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test creating a collection passes the name through to the child storages.
RecipeConfigStorageWrapperTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we only use storage A's decode method.
RecipeConfigStorageWrapperTest::testEncode function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we only use storage A's encode method.
RecipeConfigStorageWrapperTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we merge and return only unique collection names.
RecipeConfigStorageWrapperTest::testGetCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test the collection name is stored properly.
RecipeConfigStorageWrapperTest::testLeftSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that the first storage checks existence first.
RecipeConfigStorageWrapperTest::testListAll function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that list all merges values and makes them unique.
RecipeConfigStorageWrapperTest::testMultipleStorages function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that multiple storages return underlying values correctly.
RecipeConfigStorageWrapperTest::testNotExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate FALSE when neither storage contains a key.
RecipeConfigStorageWrapperTest::testNullStorage function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that an empty set of storage backends returns null storage.
RecipeConfigStorageWrapperTest::testReadFails function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate when neither storage can read a value.
RecipeConfigStorageWrapperTest::testReadFromA function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we read from storage A first.
RecipeConfigStorageWrapperTest::testReadFromB function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we read from storage B second.
RecipeConfigStorageWrapperTest::testReadMultiple function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test reading multiple values.

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