public function ContentParsedEvent::getParsedContent in YAML Content 8.2
Same name and namespace in other branches
- 8 src/Event/ContentParsedEvent.php \Drupal\yaml_content\Event\ContentParsedEvent::getParsedContent()
Gets the parsed content loaded from the content file.
Return value
array The parsed content structure interpreted from the content file.
File
- src/
Event/ ContentParsedEvent.php, line 59
Class
- ContentParsedEvent
- Wraps a yaml content content parsed event for event listeners.
Namespace
Drupal\yaml_content\EventCode
public function getParsedContent() {
return $this->parsedContent;
}