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