You are here

protected property Calendar::$items in Calendar 8

Calendar items contains the keys for the start date and time of the event.

Example:

$items = [
  "2015-10-20" => [
    "00:00:00" => [
      0 => Drupal\calendar\CalendarEvent,
    ],
  ],
  "2015-10-21" => [
    "00:00:00" => [
      0 => Drupal\calendar\CalendarEvent,
    ],
  ],
];

Type: array

File

src/Plugin/views/style/Calendar.php, line 106

Class

Calendar
Views style plugin for the Calendar module.

Namespace

Drupal\calendar\Plugin\views\style

Code

protected $items;