You are here

protected property FieldImportEvent::$entity in YAML Content 8

Same name and namespace in other branches
  1. 8.2 src/Event/FieldImportEvent.php \Drupal\yaml_content\Event\FieldImportEvent::entity

The entity being populated with field data.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Event/FieldImportEvent.php, line 19

Class

FieldImportEvent
Wraps a yaml content field import event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $entity;