You are here

public function CasPreValidateEvent::getValidationPath in CAS 8

Same name and namespace in other branches
  1. 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\Event

Code

public function getValidationPath() {
  return $this->validationPath;
}