You are here

constant GatherContentEvents::POST_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 selected nodes are uploaded to GatherContent from Drupal. The event listener method receives a \Drupal\gathercontent\Event\PostUploadEvent instance.

See also

\Drupal\gathercontent\Event\PostUploadEvent

File

src/Event/GatherContentEvents.php, line 105

Class

GatherContentEvents
Defines events for the GatherContent module.

Namespace

Drupal\gathercontent\Event

Code

const POST_UPLOAD = 'gathercontent.post_upload';