You are here

constant YamlContentEvents::CONTENT_PARSED in YAML Content 8

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

Name of the event fired when a content file is parsed.

This event allows modules to perform an action whenever a content file is parsed for import. The event listener receives a \Drupal\yaml_content\Event\ContentParsedEvent instance.

See also

\Drupal\yaml_content\Event\ContentParsedEvent

File

src/Event/YamlContentEvents.php, line 29

Class

YamlContentEvents
Defines events for the YAML Content framework.

Namespace

Drupal\yaml_content\Event

Code

const CONTENT_PARSED = 'yaml_content.import.content_parsed';