public function RedirectEvent::getUrl in Redirect 403 to User Login 8
Same name and namespace in other branches
- 2.x src/Event/RedirectEvent.php \Drupal\r4032login\Event\RedirectEvent::getUrl()
Getter for url property.
Return value
string The redirection url.
File
- src/
Event/ RedirectEvent.php, line 47
Class
- RedirectEvent
- Event that is fired just before the redirection is perform.
Namespace
Drupal\r4032login\EventCode
public function getUrl() {
return $this->url;
}