You are here

public function CalendarEvent::getId in Calendar 8.2

Getter for the event id.

Return value

int The id for the event

File

src/CalendarEvent.php, line 181

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getId() {
  return $this->id;
}