You are here

protected property EntityPreSaveEvent::$contentData in YAML Content 8.2

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

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

Type: array

File

src/Event/EntityPreSaveEvent.php, line 25

Class

EntityPreSaveEvent
Wraps a yaml content entity pre-save event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $contentData;