You are here

protected property PostNodeSaveEvent::$node in GatherContent 8.3

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

Node object.

Type: \Drupal\node\NodeInterface

File

src/Event/PostNodeSaveEvent.php, line 18

Class

PostNodeSaveEvent
Wraps a post node save event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

protected $node;