You are here

public function PreNodeUploadEvent::getNode in GatherContent 8.5

Gets the node object.

Return value

\Drupal\node\NodeInterface The node object.

File

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

Class

PreNodeUploadEvent
Wraps a pre node upload event for event listeners.

Namespace

Drupal\gathercontent_upload\Event

Code

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