You are here

public function WizardEvent::getValues in Chaos Tool Suite (ctools) 8.3

File

src/Event/WizardEvent.php, line 35

Class

WizardEvent
An event for altering form wizard values.

Namespace

Drupal\ctools\Event

Code

public function getValues() {
  return $this->values;
}