You are here

constant DefaultContentEvents::IMPORT in Default Content for D8 8

Same name and namespace in other branches
  1. 2.0.x src/Event/DefaultContentEvents.php \Drupal\default_content\Event\DefaultContentEvents::IMPORT

Name of the event fired when importing default content.

This event allows modules to perform actions after the default content has been imported. The event listener receives a \Drupal\default_content\Event\ImportEvent instance.

See also

\Drupal\default_content\Event\ImportEvent

File

src/Event/DefaultContentEvents.php, line 26

Class

DefaultContentEvents
Defines the events for Default Content.

Namespace

Drupal\default_content\Event

Code

const IMPORT = 'default_content.import';