You are here

public function PostNodeUploadEvent::getNode in GatherContent 8.3

Gets the node object.

Return value

\Drupal\node\NodeInterface The node object.

File

src/Event/PostNodeUploadEvent.php, line 46

Class

PostNodeUploadEvent
Wraps a post node upload event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

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