function WizardEvent::setValues

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

File

src/Event/WizardEvent.php, line 48

Class

WizardEvent
An event for altering form wizard values.

Namespace

Drupal\ctools\Event

Code

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