You are here

constant GatherContentEvents::POST_NODE_SAVE in GatherContent 8.3

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

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

This event allows modules to perform an action after new node is saved from GatherContent to Drupal. The event is triggered after menu item creation. The event listener method receives a \Drupal\gathercontent\Event\PostNodeSaveEvent instance.

See also

\Drupal\gathercontent\Event\PostNodeSaveEvent

File

src/Event/GatherContentEvents.php, line 44

Class

GatherContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent\Event

Code

const POST_NODE_SAVE = 'gathercontent.post_node_save';