public function CasPreValidateEvent::getValidationPath in CAS 2.x
Same name and namespace in other branches
- 8 src/Event/CasPreValidateEvent.php \Drupal\cas\Event\CasPreValidateEvent::getValidationPath()
Getter for $validationPath.
Return value
string The validation path.
File
- src/
Event/ CasPreValidateEvent.php, line 56
Class
- CasPreValidateEvent
- Class CasPreValidateEvent.
Namespace
Drupal\cas\EventCode
public function getValidationPath() {
return $this->validationPath;
}