public function CasPreValidateEvent::getParameters in CAS 8
Same name and namespace in other branches
- 2.x 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;
}