public function PreNodeUploadEvent::getNode in GatherContent 8.3
Gets the node object.
Return value
\Drupal\node\NodeInterface The node object.
File
- src/
Event/ PreNodeUploadEvent.php, line 46
Class
- PreNodeUploadEvent
- Wraps a pre node upload event for event listeners.
Namespace
Drupal\gathercontent\EventCode
public function getNode() {
return $this->node;
}