You are here

public function CasPreRegisterEvent::getPropertyValues in CAS 8

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

Getter for propertyValues.

Return value

array The user property values.

File

src/Event/CasPreRegisterEvent.php, line 132

Class

CasPreRegisterEvent
Class CasPreRegisterEvent.

Namespace

Drupal\cas\Event

Code

public function getPropertyValues() {
  return $this->propertyValues;
}