You are here

public function CalendarEvent::getUrl in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::getUrl()

Getter for the url.

Return value

string The public url to this event.

File

src/CalendarEvent.php, line 443

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

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