You are here

protected property PreNodeSaveEvent::$node in GatherContent 8.3

Same name and namespace in other branches
  1. 8.4 src/Event/PreNodeSaveEvent.php \Drupal\gathercontent\Event\PreNodeSaveEvent::node

Node object.

Type: \Drupal\node\NodeInterface

File

src/Event/PreNodeSaveEvent.php, line 18

Class

PreNodeSaveEvent
Wraps a pre node save event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

protected $node;