function WizardEvent::getWizard

Same name in other branches
  1. 8.x-3.x src/Event/WizardEvent.php \Drupal\ctools\Event\WizardEvent::getWizard()

File

src/Event/WizardEvent.php, line 34

Class

WizardEvent
An event for altering form wizard values.

Namespace

Drupal\ctools\Event

Code

public function getWizard() {
    return $this->wizard;
}