You are here

constant YamlContentEvents::POST_IMPORT in YAML Content 8.2

Name of the event fired when finishing an import operation.

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

See also

\Drupal\yaml_content\Event\PostImportEvent

File

src/Event/YamlContentEvents.php, line 46

Class

YamlContentEvents
Defines events for the YAML Content framework.

Namespace

Drupal\yaml_content\Event

Code

const POST_IMPORT = 'yaml_content.import.post_import';