You are here

constant GatherContentEvents::POST_NODE_UPLOAD in GatherContent 8.3

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\Event\PostNodeUploadEvent

File

src/Event/GatherContentEvents.php, line 75

Class

GatherContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent\Event

Code

const POST_NODE_UPLOAD = 'gathercontent.post_node_upload';