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\EventCode
public function getNode() {
return $this->node;
}