function WizardEvent::getValues

Same name in other branches
  1. 4.0.x src/Event/WizardEvent.php \Drupal\ctools\Event\WizardEvent::getValues()

File

src/Event/WizardEvent.php, line 41

Class

WizardEvent
An event for altering form wizard values.

Namespace

Drupal\ctools\Event

Code

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