You are here

public function CalendarEntry::getNodeID in Content Planner 8

Get Node ID.

Return value

mixed

File

modules/content_calendar/src/Component/CalendarEntry.php, line 69

Class

CalendarEntry
Class CalendarEntry.

Namespace

Drupal\content_calendar\Component

Code

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