You are here

public function RedirectEvent::getOptions in Redirect 403 to User Login 8

Same name and namespace in other branches
  1. 2.x src/Event/RedirectEvent.php \Drupal\r4032login\Event\RedirectEvent::getOptions()

Getter for options property.

Return value

array The url redirection options.

File

src/Event/RedirectEvent.php, line 67

Class

RedirectEvent
Event that is fired just before the redirection is perform.

Namespace

Drupal\r4032login\Event

Code

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