You are here

constant GatherUploadContentEvents::PRE_NODE_UPLOAD in GatherContent 8.5

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

This event allows modules to perform an action before node is uploaded from Drupal to GatherContent. The event listener method receives a \Drupal\gathercontent\Event\PreNodeUploadEvent instance.

See also

\Drupal\gathercontent_upload\Event\PreNodeUploadEvent

File

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

Class

GatherUploadContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent_upload\Event

Code

const PRE_NODE_UPLOAD = 'gathercontent.pre_node_upload';