Search for conf

  1. Search 7.x for conf
  2. Search 8.9.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
ConfigFactoryOverrideBase class core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Defines a base event listener implementation configuration overrides.
ConfigFactoryOverrideBase.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::addCollections function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Reacts to the ConfigEvents::COLLECTION_INFO event.
ConfigFactoryOverrideBase::filterNestedArray function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in nested arrays.
ConfigFactoryOverrideBase::filterOverride function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in the override based on what is currently in configuration.
ConfigFactoryOverrideBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration delete.
ConfigFactoryOverrideBase::onConfigRename function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration rename.
ConfigFactoryOverrideBase::onConfigSave function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration save.
ConfigFactoryOverrideBaseTest class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @coversDefaultClass \Drupal\Core\Config\ConfigFactoryOverrideBase
@group config
ConfigFactoryOverrideBaseTest.php file core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::testFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @dataProvider providerTestFilterNestedArray
ConfigFactoryOverrideInterface interface core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Defines the interface for a configuration factory override object.
ConfigFactoryOverrideInterface.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
ConfigFactoryOverrideInterface::createConfigObject function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Creates a configuration object for use during install and synchronization.
ConfigFactoryOverrideInterface::getCacheableMetadata function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Gets the cacheability metadata associated with the config factory override.
ConfigFactoryOverrideInterface::getCacheSuffix function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php The string to append to the configuration static cache name.
ConfigFactoryOverrideInterface::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Returns config overrides.
ConfigFactoryTest class core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @group Config
@coversDefaultClass \Drupal\Core\Config\ConfigFactory
ConfigFactoryTest.php file core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php
ConfigFactoryTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php The mocked cache tags invalidator.
ConfigFactoryTest::$configFactory property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Config factory under test.
ConfigFactoryTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Event Dispatcher.
ConfigFactoryTest::$storage property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Storage.
ConfigFactoryTest::$typedConfig property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Typed Config.
ConfigFactoryTest::setUp function core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php
ConfigFactoryTest::testRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @covers ::rename
ConfigFieldDefinitionTest class core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Tests exposing field definitions for configurable fields.
ConfigFieldDefinitionTest.php file core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::$bundle property core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::$entityType property core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::setUp function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Set the default field storage backend for fields created during tests.
ConfigFieldDefinitionTest::testBundleFieldDefinition function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Makes sure a field definition is exposed for a configurable field.
ConfigFieldDefinitionTest::testFieldStorageDefinition function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Makes sure a field storage definition is exposed for a configurable field.
ConfigFieldMapper class core/modules/config_translation/src/ConfigFieldMapper.php Configuration mapper for fields.
ConfigFieldMapper.php file core/modules/config_translation/src/ConfigFieldMapper.php
ConfigFieldMapper::$entity property core/modules/config_translation/src/ConfigFieldMapper.php Loaded entity instance to help produce the translation interface.
ConfigFieldMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigFieldMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigFieldMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigFieldMapper.php Returns route name for the translation overview route.
ConfigFieldMapper::getTypeLabel function core/modules/config_translation/src/ConfigFieldMapper.php Returns the label of the type of data the mapper encapsulates.
ConfigFieldMapper::setEntity function core/modules/config_translation/src/ConfigFieldMapper.php Sets the entity instance for this mapper.
ConfigFieldMapperTest class core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests the functionality provided by the configuration field mapper.
ConfigFieldMapperTest.php file core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
ConfigFieldMapperTest::$configFieldMapper property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The configuration field mapper to test.
ConfigFieldMapperTest::$entity property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The field config instance used for testing.
ConfigFieldMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The entity type manager used for testing.
ConfigFieldMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The mocked event dispatcher.
ConfigFieldMapperTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
ConfigFieldMapperTest::testSetEntity function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests ConfigFieldMapper::setEntity().

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