You are here

public function PostNodeUploadEvent::getNode in GatherContent 8.5

Gets the node object.

Return value

\Drupal\node\NodeInterface The node object.

File

gathercontent_upload/src/Event/PostNodeUploadEvent.php, line 46

Class

PostNodeUploadEvent
Wraps a post node upload event for event listeners.

Namespace

Drupal\gathercontent_upload\Event

Code

public function getNode() {
  return $this->node;
}