ConfigMapperManagerInterface

Provides a common interface for config mapper managers.

Hierarchy

  • interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface

File

core/modules/config_translation/src/ConfigMapperManagerInterface.php, line 11

Namespace

Drupal\config_translation

Members

Name Modifiers Type Description
ConfigMapperManagerInterface::getMappers public function Returns an array of all mappers.
ConfigMapperManagerInterface::hasTranslatable public function Returns TRUE if the configuration data has translatable items.
DiscoveryInterface::getDefinition public function Gets a specific plugin definition.
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type.
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists.
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin.
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin.
doc_Drupal
2016-10-29 08:54:12
Comments
Leave a Comment

Please login to continue.