7 calls to FormWizardBase::getMachineName()

EntityFormWizardBase::initValues in src/Wizard/EntityFormWizardBase.php
Initialize wizard values.
FormWizardBase::finish in src/Wizard/FormWizardBase.php
Form submit handler for finalizing the wizard values.
FormWizardBase::getFormId in src/Wizard/FormWizardBase.php
Returns a unique string identifying the form.
FormWizardBase::getNextParameters in src/Wizard/FormWizardBase.php
The Route parameters for a 'next' step.
FormWizardBase::getPreviousParameters in src/Wizard/FormWizardBase.php
The Route parameters for a 'previous' step.
FormWizardBase::populateCachedValues in src/Wizard/FormWizardBase.php
Form validation handler that populates the cached values from tempstore.
FormWizardBase::submitForm in src/Wizard/FormWizardBase.php
Form submission handler.