constant YamlContentEvents::CONTENT_PARSED in YAML Content 8.2
Same name and namespace in other branches
- 8 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 61
Class
- YamlContentEvents
- Defines events for the YAML Content framework.
Namespace
Drupal\yaml_content\EventCode
const CONTENT_PARSED = 'yaml_content.import.content_parsed';