public property StepChangeEvent::$toStep in Forms Steps 8
The step we are jumping to (can be previous one or next one).
Type: \Drupal\forms_steps\StepInterface
File
- src/
Event/ StepChangeEvent.php, line 36
Class
- StepChangeEvent
- Event that is fired when before we switch from one step to another.
Namespace
Drupal\forms_steps\EventCode
public $toStep;