constant YamlContentEvents::IMPORT_ENTITY in YAML Content 8.2
Same name and namespace in other branches
- 8 src/Event/YamlContentEvents.php \Drupal\yaml_content\Event\YamlContentEvents::IMPORT_ENTITY
Name of the event fired before entity data is imported as a created entity.
This event allows modules to perform an action whenever entity data is about to be interpreted created as an entity. The event listener receives a \Drupal\yaml_content\Event\EntityImportEvent instance.
See also
\Drupal\yaml_content\Event\EntityImportEvent
File
- src/
Event/ YamlContentEvents.php, line 100
Class
- YamlContentEvents
- Defines events for the YAML Content framework.
Namespace
Drupal\yaml_content\EventCode
const IMPORT_ENTITY = 'yaml_content.import.import_entity';