function WizardEvent::__construct

File

src/Event/WizardEvent.php, line 26

Class

WizardEvent
An event for altering form wizard values.

Namespace

Drupal\ctools\Event

Code

public function __construct(FormWizardInterface $wizard, $values) {
  $this->wizard = $wizard;
  $this->values = $values;
}