constant GatherContentEvents::POST_NODE_SAVE in GatherContent 8.4
Same name and namespace in other branches
- 8.3 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 62
Class
- GatherContentEvents
- Defines events for the GatherContent module.
Namespace
Drupal\gathercontent\EventCode
const POST_NODE_SAVE = 'gathercontent.post_node_save';