You are here

public function CalendarStyleInfo::getWeekLink in Calendar 8.2

Getter for the week link.

Return value

string The week link setting.

File

src/CalendarStyleInfo.php, line 441

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getWeekLink() {
  return $this->weekLink;
}