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
ConfigCacheTag::__construct function core/modules/system/src/EventSubscriber/ConfigCacheTag.php Constructs a ConfigCacheTag object.
ConfigCollectionEvents class core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Defines events for working with configuration collections.
ConfigCollectionEvents.php file core/lib/Drupal/Core/Config/ConfigCollectionEvents.php
ConfigCollectionEvents::COLLECTION_INFO constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched to collect information on all config collections.
ConfigCollectionEvents::DELETE_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when deleting configuration not in the default collection.
ConfigCollectionEvents::RENAME_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when renaming configuration not in the default collection.
ConfigCollectionEvents::SAVE_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when saving configuration not in the default collection.
ConfigCollectionInfo class core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets information on all the possible configuration collections.
ConfigCollectionInfo.php file core/lib/Drupal/Core/Config/ConfigCollectionInfo.php
ConfigCollectionInfo::$collections property core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Configuration collection information keyed by collection name.
ConfigCollectionInfo::addCollection function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Adds a collection to the list of possible collections.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigConfigurator class core/lib/Drupal/Core/Recipe/ConfigConfigurator.php @internal
This API is experimental.
ConfigConfigurator.php file core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfigurator::$recipeConfigDirectory property core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfigurator::getConfigStorage function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Gets a config storage object for reading config from the recipe.
ConfigConfigurator::hasTasks function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Determines if the recipe has any config or config actions to apply.
ConfigConfigurator::recursiveSortByKey function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Sorts an array recursively, by key, alphabetically.
ConfigConfigurator::__construct function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php @covers \Drupal\Core\Recipe\ConfigConfigurator
@group Recipe
ConfigConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigController class core/modules/config/src/Controller/ConfigController.php Returns responses for config module routes.
ConfigController.php file core/modules/config/src/Controller/ConfigController.php
ConfigController::$configManager property core/modules/config/src/Controller/ConfigController.php The configuration manager.
ConfigController::$diffFormatter property core/modules/config/src/Controller/ConfigController.php The diff formatter.
ConfigController::$exportStorage property core/modules/config/src/Controller/ConfigController.php The export storage.
ConfigController::$fileDownloadController property core/modules/config/src/Controller/ConfigController.php The file download controller.
ConfigController::$fileSystem property core/modules/config/src/Controller/ConfigController.php The file system.
ConfigController::$importTransformer property core/modules/config/src/Controller/ConfigController.php The import transformer service.
ConfigController::$syncStorage property core/modules/config/src/Controller/ConfigController.php The sync storage.
ConfigController::$targetStorage property core/modules/config/src/Controller/ConfigController.php The target storage.
ConfigController::create function core/modules/config/src/Controller/ConfigController.php Instantiates a new instance of this class.
ConfigController::diff function core/modules/config/src/Controller/ConfigController.php Shows diff of specified configuration file.
ConfigController::downloadExport function core/modules/config/src/Controller/ConfigController.php Downloads a tarball of the site configuration.
ConfigController::__construct function core/modules/config/src/Controller/ConfigController.php Constructs a ConfigController object.
ConfigCrudEvent class core/lib/Drupal/Core/Config/ConfigCrudEvent.php Wraps a configuration event for event listeners.
ConfigCrudEvent.php file core/lib/Drupal/Core/Config/ConfigCrudEvent.php
ConfigCrudEvent::$config property core/lib/Drupal/Core/Config/ConfigCrudEvent.php Configuration object.
ConfigCrudEvent::getConfig function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Gets configuration object.
ConfigCrudEvent::isChanged function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Checks to see if the provided configuration key's value has changed.
ConfigCrudEvent::__construct function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Constructs a configuration event object.
ConfigCRUDTest class core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests CRUD operations on configuration objects.
ConfigCRUDTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
ConfigCRUDTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Modules to install.
ConfigCRUDTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Exempt from strict schema checking.
ConfigCRUDTest::testCRUD function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests CRUD operations.
ConfigCRUDTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests data type handling.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.

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