You are here

public function CalendarEvent::getRow in Calendar 8.2

Get a row as array with values (caldays).

Return value

array The getter to fetch the attached rendered row.

File

src/CalendarEvent.php, line 171

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getRow() {
  return $this->row;
}