You are here

protected property ConfigEntityMapper::$entity in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/ConfigEntityMapper.php \Drupal\config_translation\ConfigEntityMapper::entity
  2. 10 core/modules/config_translation/src/ConfigEntityMapper.php \Drupal\config_translation\ConfigEntityMapper::entity

Loaded entity instance to help produce the translation interface.

Type: \Drupal\Core\Config\Entity\ConfigEntityInterface

File

core/modules/config_translation/src/ConfigEntityMapper.php, line 43

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

protected $entity;