You are here

public function ConfigEntityMapper::getEntity in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config_translation/src/ConfigEntityMapper.php \Drupal\config_translation\ConfigEntityMapper::getEntity()

Gets the entity instance for this mapper.

Return value

\Drupal\Core\Config\Entity\ConfigEntityInterface $entity The configuration entity.

File

core/modules/config_translation/src/ConfigEntityMapper.php, line 124
Contains \Drupal\config_translation\ConfigEntityMapper.

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

public function getEntity() {
  return $this->entity;
}