You are here

constant GatherContentEvents::POST_IMPORT in GatherContent 8.3

Same name and namespace in other branches
  1. 8.4 src/Event/GatherContentEvents.php \Drupal\gathercontent\Event\GatherContentEvents::POST_IMPORT

Name of the event fired after we save node from GatherContent.

This event allows modules to perform an action after selected nodes are imported from GatherContent to Drupal. The event listener method receives a \Drupal\gathercontent\Event\PostImportEvent instance.

See also

\Drupal\gathercontent\Event\PostImportEvent

File

src/Event/GatherContentEvents.php, line 90

Class

GatherContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent\Event

Code

const POST_IMPORT = 'gathercontent.post_import';