Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigMapperManagerTest::getElement | function | core/ |
Returns a mocked schema element. |
| ConfigMapperManagerTest::getNestedElement | function | core/ |
Returns a mocked nested schema element. |
| ConfigMapperManagerTest::providerTestHasTranslatable | function | core/ |
Provides data for ConfigMapperManager::testHasTranslatable() |
| ConfigMapperManagerTest::setUp | function | core/ |
|
| ConfigMapperManagerTest::testHasTranslatable | function | core/ |
Tests ConfigMapperManager::hasTranslatable(). |
| ConfigMapperPopulateEvent | class | core/ |
Provides a class for events related to configuration translation mappers. |
| ConfigMapperPopulateEvent.php | file | core/ |
|
| ConfigMapperPopulateEvent::$mapper | property | core/ |
The configuration mapper this event is related to. |
| ConfigMapperPopulateEvent::$routeMatch | property | core/ |
The route match this event is related to. |
| ConfigMapperPopulateEvent::getMapper | function | core/ |
Gets the configuration mapper this event is related to. |
| ConfigMapperPopulateEvent::getRouteMatch | function | core/ |
Gets the route match this event is related to. |
| ConfigMapperPopulateEvent::__construct | function | core/ |
Constructs a ConfigMapperPopulateEvent object. |
| ConfigMapperTest | class | core/ |
Tests config mapper. |
| ConfigMapperTest.php | file | core/ |
|
| ConfigMapperTest::$modules | property | core/ |
Modules to install. |
| ConfigMapperTest::testAddingConfigNames | function | core/ |
Tests adding config names to mapper. |
| ConfigModuleOverridesEvent | class | core/ |
Event object to allow configuration to be overridden by modules. |
| ConfigModuleOverridesEvent.php | file | core/ |
|
| ConfigModuleOverridesEvent::$language | property | core/ |
The Language object used to override configuration data. |
| ConfigModuleOverridesEvent::$names | property | core/ |
Configuration names. |
| ConfigModuleOverridesEvent::$overrides | property | core/ |
Configuration overrides. |
| ConfigModuleOverridesEvent::getLanguage | function | core/ |
Gets configuration language. |
| ConfigModuleOverridesEvent::getNames | function | core/ |
Gets configuration names. |
| ConfigModuleOverridesEvent::getOverrides | function | core/ |
Get configuration overrides. |
| ConfigModuleOverridesEvent::setOverride | function | core/ |
Sets a configuration override for the given name. |
| ConfigModuleOverridesEvent::__construct | function | core/ |
Constructs a configuration overrides event object. |
| ConfigModuleOverridesTest | class | core/ |
Tests module overrides of configuration using event subscribers. |
| ConfigModuleOverridesTest.php | file | core/ |
|
| ConfigModuleOverridesTest::$modules | property | core/ |
Modules to install. |
| ConfigModuleOverridesTest::testSimpleModuleOverrides | function | core/ |
|
| ConfigNameException | class | core/ |
Exception thrown when a config object name is invalid. |
| ConfigNameException.php | file | core/ |
|
| ConfigNamesMapper | class | core/ |
Configuration mapper base implementation. |
| ConfigNamesMapper.php | file | core/ |
|
| ConfigNamesMapper::$baseRoute | property | core/ |
The base route object that the mapper is attached to. |
| ConfigNamesMapper::$configFactory | property | core/ |
The configuration factory. |
| ConfigNamesMapper::$configMapperManager | property | core/ |
The mapper plugin discovery service. |
| ConfigNamesMapper::$eventDispatcher | property | core/ |
The event dispatcher. |
| ConfigNamesMapper::$langcode | property | core/ |
The language code of the language this mapper, if any. |
| ConfigNamesMapper::$languageManager | property | core/ |
The language manager. |
| ConfigNamesMapper::$localeConfigManager | property | core/ |
The typed configuration manager. |
| ConfigNamesMapper::$routeCollection | property | core/ |
The available routes. |
| ConfigNamesMapper::$routeProvider | property | core/ |
The route provider. |
| ConfigNamesMapper::$typedConfigManager | property | core/ |
The typed config manager. |
| ConfigNamesMapper::addConfigName | function | core/ |
Adds the given configuration name to the list of names. |
| ConfigNamesMapper::create | function | core/ |
Creates an instance of the plugin. |
| ConfigNamesMapper::getAddRoute | function | core/ |
Returns the route object for a translation add form route. |
| ConfigNamesMapper::getAddRouteName | function | core/ |
Returns route name for the translation add form route. |
| ConfigNamesMapper::getAddRouteParameters | function | core/ |
Returns the route parameters for the translation add form route. |
| ConfigNamesMapper::getBasePath | function | core/ |
Returns a processed path for the base route the mapper is attached to. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.