You are here

constant DefaultContentEvents::EXPORT in Default Content for D8 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/DefaultContentEvents.php \Drupal\default_content\Event\DefaultContentEvents::EXPORT

Name of the event fired when exporting default content.

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

See also

\Drupal\default_content\Event\ExportEvent

File

src/Event/DefaultContentEvents.php, line 41

Class

DefaultContentEvents
Defines the events for Default Content.

Namespace

Drupal\default_content\Event

Code

const EXPORT = 'default_content.export';