You are here

public function ConfigEntityMapper::getType in Drupal 8

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

Gets the entity type from this mapper.

Return value

string

File

core/modules/config_translation/src/ConfigEntityMapper.php, line 213

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

public function getType() {
  return $this->entityType;
}