constant YamlContentEvents::ENTITY_POST_SAVE in YAML Content 8.2
Same name and namespace in other branches
- 8 src/Event/YamlContentEvents.php \Drupal\yaml_content\Event\YamlContentEvents::ENTITY_POST_SAVE
Name of the event fired after an imported entity is saved.
This event allows modules to perform an action whenever an entity is imported and saved. The event listener receives a \Drupal\yaml_content\Event\EntityPostSaveEvent instance.
See also
\Drupal\yaml_content\Event\EntityPostSaveEvent
File
- src/
Event/ YamlContentEvents.php, line 87
Class
- YamlContentEvents
- Defines events for the YAML Content framework.
Namespace
Drupal\yaml_content\EventCode
const ENTITY_POST_SAVE = 'yaml_content.import.entity_post_save';