You are here

protected property EntityPostSaveEvent::$contentData in YAML Content 8

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

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

Type: array

File

src/Event/EntityPostSaveEvent.php, line 25

Class

EntityPostSaveEvent
Wraps a yaml content entity post-save event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $contentData;