function WizardEvent::setValues
File
-
src/
Event/ WizardEvent.php, line 48
Class
- WizardEvent
- An event for altering form wizard values.
Namespace
Drupal\ctools\EventCode
public function setValues($values) {
$this->values = $values;
return $this;
}