function ConfigEntityMapperInterface::getEntity
Gets the entity instance for this mapper.
Return value
\Drupal\Core\Config\Entity\ConfigEntityInterface The configuration entity.
1 method overrides ConfigEntityMapperInterface::getEntity()
- ConfigEntityMapper::getEntity in core/
modules/ config_translation/ src/ ConfigEntityMapper.php - Gets the entity instance for this mapper.
File
-
core/
modules/ config_translation/ src/ ConfigEntityMapperInterface.php, line 18
Class
- ConfigEntityMapperInterface
- Defines an interface for configuration entity mappers.
Namespace
Drupal\config_translationCode
public function getEntity();