function ConfigEntityMapperInterface::getEntity

Same name and namespace in other branches
  1. 10 core/modules/config_translation/src/ConfigEntityMapperInterface.php \Drupal\config_translation\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_translation

Code

public function getEntity();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.