You are here

constant GatherContentEvents::PRE_NODE_UPLOAD in GatherContent 8.3

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

File

src/Event/GatherContentEvents.php, line 59

Class

GatherContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent\Event

Code

const PRE_NODE_UPLOAD = 'gathercontent.pre_node_upload';