You are here

public function CalendarEventInterface::getDateItems in Opigno calendar event 8

Same name and namespace in other branches
  1. 3.x src/CalendarEventInterface.php \Drupal\opigno_calendar_event\CalendarEventInterface::getDateItems()

Returns the calendar event date items.

Return value

\Drupal\datetime\Plugin\Field\FieldType\DateTimeFieldItemList Сalendar event date items.

1 method overrides CalendarEventInterface::getDateItems()
CalendarEvent::getDateItems in src/Entity/CalendarEvent.php
Returns the calendar event date items.

File

src/CalendarEventInterface.php, line 26

Class

CalendarEventInterface
Common interface for Calendar events.

Namespace

Drupal\opigno_calendar_event

Code

public function getDateItems();