You are here

constant YamlContentEvents::PRE_IMPORT in YAML Content 8.2

Name of the event fired when beginning an import operation.

This event allows modules to perform an action whenever a content import operation is about to begin. The event listener receives a \Drupal\yaml_content\Event\PreImportEvent instance.

See also

\Drupal\yaml_content\Event\PreImportEvent

File

src/Event/YamlContentEvents.php, line 31

Class

YamlContentEvents
Defines events for the YAML Content framework.

Namespace

Drupal\yaml_content\Event

Code

const PRE_IMPORT = 'yaml_content.import.pre_import';