You are here

public function CalendarStyleInfo::setWeekLink in Calendar 8.2

Setter for the week link.

Parameters

string $weekLink: The week link setting.

File

src/CalendarStyleInfo.php, line 451

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setWeekLink($weekLink) {
  $this->weekLink = $weekLink;
}