Defines an interface for configuration mapper.
Hierarchy
- interface \Drupal\config_translation\ConfigMapperInterface
File
- core/modules/config_translation/src/ConfigMapperInterface.php, line 12
Namespace
Drupal\config_translation
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ConfigMapperInterface::addConfigName | public | function | Adds the given configuration name to the list of names. |
| ConfigMapperInterface::getAddRoute | public | function | Returns the route object for a translation add form route. |
| ConfigMapperInterface::getAddRouteName | public | function | Returns route name for the translation add form route. |
| ConfigMapperInterface::getAddRouteParameters | public | function | Returns the route parameters for the translation add form route. |
| ConfigMapperInterface::getBasePath | public | function | Returns a processed path for the base route the mapper is attached to. |
| ConfigMapperInterface::getBaseRoute | public | function | Returns the base route object the mapper is attached to. |
| ConfigMapperInterface::getBaseRouteName | public | function | Returns the name of the base route the mapper is attached to. |
| ConfigMapperInterface::getBaseRouteParameters | public | function | Returns the route parameters for the base route the mapper is attached to. |
| ConfigMapperInterface::getConfigData | public | function | Returns an array with all configuration data. |
| ConfigMapperInterface::getConfigNames | public | function | Returns an array of configuration names for the mapper. |
| ConfigMapperInterface::getContextualLinkGroup | public | function | Returns the name of the contextual link group to add contextual links to. |
| ConfigMapperInterface::getDeleteRoute | public | function | Returns the route object for the translation deletion route. |
| ConfigMapperInterface::getDeleteRouteName | public | function | Returns route name for the translation deletion route. |
| ConfigMapperInterface::getDeleteRouteParameters | public | function | Returns the route parameters for the translation deletion route. |
| ConfigMapperInterface::getEditRoute | public | function | Returns the route object for a translation edit form route. |
| ConfigMapperInterface::getEditRouteName | public | function | Returns route name for the translation edit form route. |
| ConfigMapperInterface::getEditRouteParameters | public | function | Returns the route parameters for the translation edit form route. |
| ConfigMapperInterface::getLangcode | public | function | Returns the original language code of the configuration. |
| ConfigMapperInterface::getLangcodeFromConfig | public | function | Returns the language code of a configuration object given its name. |
| ConfigMapperInterface::getOperations | public | function | Provides an array of information to build a list of operation links. |
| ConfigMapperInterface::getOverviewPath | public | function | Returns a processed path for the translation overview route. |
| ConfigMapperInterface::getOverviewRoute | public | function | Returns the route object for a translation overview route. |
| ConfigMapperInterface::getOverviewRouteName | public | function | Returns route name for the translation overview route. |
| ConfigMapperInterface::getOverviewRouteParameters | public | function | Returns the route parameters for the translation overview route. |
| ConfigMapperInterface::getTitle | public | function | Returns title of this translation page. |
| ConfigMapperInterface::getTypeLabel | public | function | Returns the label of the type of data the mapper encapsulates. |
| ConfigMapperInterface::getTypeName | public | function | Returns the name of the type of data the mapper encapsulates. |
| ConfigMapperInterface::getWeight | public | function | Returns the weight of the mapper. |
| ConfigMapperInterface::hasSchema | public | function | Checks that all pieces of this configuration mapper have a schema. |
| ConfigMapperInterface::hasTranslatable | public | function | Checks if pieces of this configuration mapper have translatables. |
| ConfigMapperInterface::hasTranslation | public | function | Checks whether there is already a translation for this mapper. |
| ConfigMapperInterface::populateFromRouteMatch | public | function | Populate the config mapper with request data. |
| ConfigMapperInterface::setLangcode | public | function | Sets the original language code. |
| ConfigMapperInterface::setRouteCollection | public | function | Sets the route collection. |
Please login to continue.