You are here

constant YamlContentEvents::ENTITY_POST_SAVE in YAML Content 8

Same name and namespace in other branches
  1. 8.2 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 55

Class

YamlContentEvents
Defines events for the YAML Content framework.

Namespace

Drupal\yaml_content\Event

Code

const ENTITY_POST_SAVE = 'yaml_content.import.entity_post_save';