Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigMapperInterface::getConfigNames | function | core/ |
Returns an array of configuration names for the mapper. |
| ConfigMapperInterface::getContextualLinkGroup | function | core/ |
Returns the name of the contextual link group to add contextual links to. |
| ConfigMapperInterface::getDeleteRoute | function | core/ |
Returns the route object for the translation deletion route. |
| ConfigMapperInterface::getDeleteRouteName | function | core/ |
Returns route name for the translation deletion route. |
| ConfigMapperInterface::getDeleteRouteParameters | function | core/ |
Returns the route parameters for the translation deletion route. |
| ConfigMapperInterface::getEditRoute | function | core/ |
Returns the route object for a translation edit form route. |
| ConfigMapperInterface::getEditRouteName | function | core/ |
Returns route name for the translation edit form route. |
| ConfigMapperInterface::getEditRouteParameters | function | core/ |
Returns the route parameters for the translation edit form route. |
| ConfigMapperInterface::getLangcode | function | core/ |
Returns the original language code of the configuration. |
| ConfigMapperInterface::getLangcodeFromConfig | function | core/ |
Returns the language code of a configuration object given its name. |
| ConfigMapperInterface::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| ConfigMapperInterface::getOverviewPath | function | core/ |
Returns a processed path for the translation overview route. |
| ConfigMapperInterface::getOverviewRoute | function | core/ |
Returns the route object for a translation overview route. |
| ConfigMapperInterface::getOverviewRouteName | function | core/ |
Returns route name for the translation overview route. |
| ConfigMapperInterface::getOverviewRouteParameters | function | core/ |
Returns the route parameters for the translation overview route. |
| ConfigMapperInterface::getTitle | function | core/ |
Returns title of this translation page. |
| ConfigMapperInterface::getTypeLabel | function | core/ |
Returns the label of the type of data the mapper encapsulates. |
| ConfigMapperInterface::getTypeName | function | core/ |
Returns the name of the type of data the mapper encapsulates. |
| ConfigMapperInterface::getWeight | function | core/ |
Returns the weight of the mapper. |
| ConfigMapperInterface::hasSchema | function | core/ |
Checks that all pieces of this configuration mapper have a schema. |
| ConfigMapperInterface::hasTranslatable | function | core/ |
Checks if pieces of this configuration mapper have translatables. |
| ConfigMapperInterface::hasTranslation | function | core/ |
Checks whether there is already a translation for this mapper. |
| ConfigMapperInterface::populateFromRouteMatch | function | core/ |
Populate the config mapper with route match data. |
| ConfigMapperInterface::setLangcode | function | core/ |
Sets the original language code. |
| ConfigMapperInterface::setRouteCollection | function | core/ |
Sets the route collection. |
| ConfigMapperLanguageException | class | core/ |
Provides an exception for configuration mappers with multiple languages. |
| ConfigMapperLanguageException.php | file | core/ |
|
| ConfigMapperManager | class | core/ |
Manages plugins for configuration translation mappers. |
| ConfigMapperManager.php | file | core/ |
|
| ConfigMapperManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
| ConfigMapperManager::$languageManager | property | core/ |
The language manager. |
| ConfigMapperManager::$themeHandler | property | core/ |
The theme handler. |
| ConfigMapperManager::$typedConfigManager | property | core/ |
The typed config manager. |
| ConfigMapperManager::buildDataDefinition | function | core/ |
|
| ConfigMapperManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| ConfigMapperManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| ConfigMapperManager::findTranslatable | function | core/ |
Returns TRUE if at least one translatable element is found. |
| ConfigMapperManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| ConfigMapperManager::getMappers | function | core/ |
Returns an array of all mappers. |
| ConfigMapperManager::hasTranslatable | function | core/ |
Returns TRUE if the configuration data has translatable items. |
| ConfigMapperManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| ConfigMapperManager::__construct | function | core/ |
Constructs a ConfigMapperManager. |
| ConfigMapperManagerInterface | interface | core/ |
Provides a common interface for config mapper managers. |
| ConfigMapperManagerInterface.php | file | core/ |
|
| ConfigMapperManagerInterface::getMappers | function | core/ |
Returns an array of all mappers. |
| ConfigMapperManagerInterface::hasTranslatable | function | core/ |
Returns TRUE if the configuration data has translatable items. |
| ConfigMapperManagerTest | class | core/ |
Tests the functionality provided by configuration translation mapper manager. |
| ConfigMapperManagerTest.php | file | core/ |
|
| ConfigMapperManagerTest::$configMapperManager | property | core/ |
The configuration mapper manager to test. |
| ConfigMapperManagerTest::$typedConfigManager | property | core/ |
The typed configuration manager used for testing. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.