public function CalendarEvent::getStartDate in Calendar 8
Same name and namespace in other branches
- 8.2 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::getStartDate()
Getter for the start date.
Return value
\DateTime The start date.
File
- src/
CalendarEvent.php, line 144
Class
- CalendarEvent
- Defines a calendar event object.
Namespace
Drupal\calendarCode
public function getStartDate() {
return $this->startDate;
}