ConfigMapperInterface::hasTranslatable

public ConfigMapperInterface::hasTranslatable() Checks if pieces of this configuration mapper have translatables. Return value bool TRUE if at least one of the configuration elements has translatables, FALSE otherwise. File core/modules/config_translation/src/ConfigMapperInterface.php, line 270 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function hasTranslatable();

ConfigMapperInterface::hasSchema

public ConfigMapperInterface::hasSchema() Checks that all pieces of this configuration mapper have a schema. Return value bool TRUE if all of the elements have schema, FALSE otherwise. File core/modules/config_translation/src/ConfigMapperInterface.php, line 261 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function hasSchema();

ConfigMapperInterface::getWeight

public ConfigMapperInterface::getWeight() Returns the weight of the mapper. Return value int The weight of the mapper. File core/modules/config_translation/src/ConfigMapperInterface.php, line 186 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getWeight();

ConfigMapperInterface::getTypeName

public ConfigMapperInterface::getTypeName() Returns the name of the type of data the mapper encapsulates. Return value string The name of the type of data the mapper encapsulates. File core/modules/config_translation/src/ConfigMapperInterface.php, line 232 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getTypeName();

ConfigMapperInterface::getTypeLabel

public ConfigMapperInterface::getTypeLabel() Returns the label of the type of data the mapper encapsulates. Return value string The label of the type of data the mapper encapsulates. File core/modules/config_translation/src/ConfigMapperInterface.php, line 253 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getTypeLabel();

ConfigMapperInterface::getTitle

public ConfigMapperInterface::getTitle() Returns title of this translation page. Return value string The page title. File core/modules/config_translation/src/ConfigMapperInterface.php, line 20 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getTitle();

ConfigMapperInterface::getOverviewRouteParameters

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

ConfigMapperInterface::getOverviewRouteName

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

ConfigMapperInterface::getOverviewRoute

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

ConfigMapperInterface::getOverviewPath

public ConfigMapperInterface::getOverviewPath() Returns a processed path for the translation overview route. Return value string Processed path with placeholders replaced. File core/modules/config_translation/src/ConfigMapperInterface.php, line 90 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getOverviewPath();