Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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 enable.
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.
ConfigCRUDTest::testValueValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object values.
ConfigDependencies class core/modules/rest/src/Entity/ConfigDependencies.php Calculates rest resource config dependencies.
ConfigDependencies.php file core/modules/rest/src/Entity/ConfigDependencies.php
ConfigDependencies::$authProviders property core/modules/rest/src/Entity/ConfigDependencies.php The authentication providers, keyed by ID.
ConfigDependencies::$formatProviders property core/modules/rest/src/Entity/ConfigDependencies.php The serialization format providers, keyed by format.
ConfigDependencies::calculateDependencies function core/modules/rest/src/Entity/ConfigDependencies.php Calculates dependencies of a specific rest resource configuration.
ConfigDependencies::create function core/modules/rest/src/Entity/ConfigDependencies.php Instantiates a new instance of this class.
ConfigDependencies::onDependencyRemoval function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForMethodGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForResourceGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::__construct function core/modules/rest/src/Entity/ConfigDependencies.php Creates a new ConfigDependencies instance.
ConfigDependenciesTest class core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @coversDefaultClass \Drupal\rest\Entity\ConfigDependencies
ConfigDependenciesTest.php file core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::$modules property core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::providerBasicDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies
ConfigDependenciesTest::testOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForResourceGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuth function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuthAndFormats function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveFormatForMethodGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveUnrelatedDependency function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
@covers ::onDependencyRemovalForResourceGranularity
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.

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