public function CasPreValidateEvent::getParameters in CAS 2.x
Same name and namespace in other branches
- 8 src/Event/CasPreValidateEvent.php \Drupal\cas\Event\CasPreValidateEvent::getParameters()
Getter for $parameters.
Return value
array Query parameters to add to the validation URL.
File
- src/
Event/ CasPreValidateEvent.php, line 76
Class
- CasPreValidateEvent
- Class CasPreValidateEvent.
Namespace
Drupal\cas\EventCode
public function getParameters() {
return $this->parameters;
}