You are here

public function CalendarEvent::setRow in Calendar 8.2

Set a row as array with values (caldays).

Parameters

array $row: The setter to attach the rendered row.

File

src/CalendarEvent.php, line 161

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setRow(array $row) {
  $this->row = $row;
}