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