You are here

public function FlippyEvent::getNode in Flippy 8

Getter for node.

Return value

\Drupal\node\NodeInterface The node object for this event.

File

src/FlippyEvent.php, line 55

Class

FlippyEvent
Defines a Flippy Node event.

Namespace

Drupal\flippy

Code

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