You are here

constant GatherUploadContentEvents::POST_NODE_UPLOAD in GatherContent 8.5

Name of the event fired after we post node to GatherContent.

This event allows modules to perform an action after node is uploaded to GatherContent from Drupal. The event is triggered only after successful upload. The event listener method receives a \Drupal\gathercontent\Event\PostNodeSaveEvent instance.

See also

\Drupal\gathercontent_upload\Event\PostNodeUploadEvent

File

gathercontent_upload/src/Event/GatherUploadContentEvents.php, line 39

Class

GatherUploadContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent_upload\Event

Code

const POST_NODE_UPLOAD = 'gathercontent.post_node_upload';