function ConfigEntityMapperInterface::getType

Same name and namespace in other branches
  1. 10 core/modules/config_translation/src/ConfigEntityMapperInterface.php \Drupal\config_translation\ConfigEntityMapperInterface::getType()

Gets the entity type ID from this mapper.

Return value

string The entity type ID.

1 method overrides ConfigEntityMapperInterface::getType()
ConfigEntityMapper::getType in core/modules/config_translation/src/ConfigEntityMapper.php
Gets the entity type ID from this mapper.

File

core/modules/config_translation/src/ConfigEntityMapperInterface.php, line 60

Class

ConfigEntityMapperInterface
Defines an interface for configuration entity mappers.

Namespace

Drupal\config_translation

Code

public function getType() : string;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.