Example #1
0
 protected function redirectToView(Location $location)
 {
     return $this->redirect($this->generateUrl('craft_location_default_view', ['slug' => $location->getSlug()]));
 }