You are here

public function CasPreValidateEvent::setValidationPath in CAS 8

Same name and namespace in other branches
  1. 2.x src/Event/CasPreValidateEvent.php \Drupal\cas\Event\CasPreValidateEvent::setValidationPath()

Setter for $validationPath.

Parameters

string $validation_path: The validation path to be used.

File

src/Event/CasPreValidateEvent.php, line 66

Class

CasPreValidateEvent
Class CasPreValidateEvent.

Namespace

Drupal\cas\Event

Code

public function setValidationPath($validation_path) {
  $this->validationPath = $validation_path;
}