You are here

protected property ContentParsedEvent::$parsedContent in YAML Content 8

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

The parsed content from the file prepared for import.

Type: array

File

src/Event/ContentParsedEvent.php, line 24

Class

ContentParsedEvent
Wraps a yaml content content parsed event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $parsedContent;