You are here

protected property EntityImportEvent::$entityType in YAML Content 8

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

The entity type object for the entity being created.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

src/Event/EntityImportEvent.php, line 18

Class

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

Namespace

Drupal\yaml_content\Event

Code

protected $entityType;