You are here

constant YamlContentEvents::IMPORT_ENTITY in YAML Content 8

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

Class

YamlContentEvents
Defines events for the YAML Content framework.

Namespace

Drupal\yaml_content\Event

Code

const IMPORT_ENTITY = 'yaml_content.import.import_entity';