Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
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.
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 install.
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

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