You are here

protected property DataImportEvent::$contentData in YAML Content 8

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

The parsed content from the file used to create the entity.

Type: array

File

src/Event/DataImportEvent.php, line 17

Class

DataImportEvent
Wraps a yaml content data import event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $contentData;