public ConfigEntityMapper::getType()
Gets the entity type from this mapper.
Return value
string
File
- core/modules/config_translation/src/ConfigEntityMapper.php, line 199
Class
- ConfigEntityMapper
- Configuration mapper for configuration entities.
Namespace
Drupal\config_translation
Code
1 2 3 | public function getType () { return $this ->entityType; } |
Please login to continue.