function FormWizardBase::getMachineName

Same name in other branches
  1. 4.0.x src/Wizard/FormWizardBase.php \Drupal\ctools\Wizard\FormWizardBase::getMachineName()

Overrides FormWizardInterface::getMachineName

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.

... See full list

File

src/Wizard/FormWizardBase.php, line 152

Class

FormWizardBase
The base class for all form wizard.

Namespace

Drupal\ctools\Wizard

Code

public function getMachineName() {
    return $this->machine_name;
}