You are here

protected property ContentParsedEvent::$contentFile in YAML Content 8.2

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

The full file path for the file that was parsed.

Type: string

File

src/Event/ContentParsedEvent.php, line 17

Class

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

Namespace

Drupal\yaml_content\Event

Code

protected $contentFile;