ConfigEntityMapper::getEntity

public 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 119

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

public function getEntity() {
  return $this->entity;
}
doc_Drupal
2016-10-29 08:52:47
Comments
Leave a Comment

Please login to continue.