ConfigMapperInterface::getOperations

public ConfigMapperInterface::getOperations() Provides an array of information to build a list of operation links. Return value array An associative array of operation link data for this list, keyed by operation name, containing the following key-value pairs: title: The localized title of the operation. href: The path for the operation. options: An array of URL options for the path. weight: The weight of this operation. File core/modules/config_translation/src/ConfigMapperInterface.php,

ConfigMapperInterface::getLangcodeFromConfig

public ConfigMapperInterface::getLangcodeFromConfig($config_name) Returns the language code of a configuration object given its name. Parameters string $config_name: The name of the configuration object. Return value string The language code of the configuration object. File core/modules/config_translation/src/ConfigMapperInterface.php, line 214 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getLangc

ConfigMapperInterface::getLangcode

public ConfigMapperInterface::getLangcode() Returns the original language code of the configuration. Throws \RuntimeException Throws an exception if the language codes in the config files don't match. File core/modules/config_translation/src/ConfigMapperInterface.php, line 203 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getLangcode();

ConfigMapperInterface::getEditRouteParameters

public ConfigMapperInterface::getEditRouteParameters() Returns the route parameters for the translation edit form route. Return value array File core/modules/config_translation/src/ConfigMapperInterface.php, line 128 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getEditRouteParameters();

ConfigMapperInterface::getEditRouteName

public ConfigMapperInterface::getEditRouteName() Returns route name for the translation edit form route. Return value string Route name for the mapper. File core/modules/config_translation/src/ConfigMapperInterface.php, line 121 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getEditRouteName();

ConfigMapperInterface::getEditRoute

public ConfigMapperInterface::getEditRoute() Returns the route object for a translation edit form route. Return value \Symfony\Component\Routing\Route The route object for the translation page. File core/modules/config_translation/src/ConfigMapperInterface.php, line 136 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getEditRoute();

ConfigMapperInterface::getDeleteRouteParameters

public ConfigMapperInterface::getDeleteRouteParameters() Returns the route parameters for the translation deletion route. Return value array File core/modules/config_translation/src/ConfigMapperInterface.php, line 151 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getDeleteRouteParameters();

ConfigMapperInterface::getDeleteRouteName

public ConfigMapperInterface::getDeleteRouteName() Returns route name for the translation deletion route. Return value string Route name for the mapper. File core/modules/config_translation/src/ConfigMapperInterface.php, line 144 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getDeleteRouteName();

ConfigMapperInterface::getDeleteRoute

public ConfigMapperInterface::getDeleteRoute() Returns the route object for the translation deletion route. Return value \Symfony\Component\Routing\Route The route object for the translation page. File core/modules/config_translation/src/ConfigMapperInterface.php, line 159 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getDeleteRoute();

ConfigMapperInterface::getContextualLinkGroup

public ConfigMapperInterface::getContextualLinkGroup() Returns the name of the contextual link group to add contextual links to. Return value string|null A contextual link group name or null if no link should be added. File core/modules/config_translation/src/ConfigMapperInterface.php, line 300 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getContextualLinkGroup();