public function RedirectEvent::setOptions in Redirect 403 to User Login 2.x
Same name and namespace in other branches
- 8 src/Event/RedirectEvent.php \Drupal\r4032login\Event\RedirectEvent::setOptions()
Setter for options property.
Parameters
array $options: The url options.
File
- src/
Event/ RedirectEvent.php, line 77
Class
- RedirectEvent
- Event that is fired just before the redirection is perform.
Namespace
Drupal\r4032login\EventCode
public function setOptions(array $options) {
$this->options = $options;
}