You are here

public function FormWizardBase::getMachineName in Chaos Tool Suite (ctools) 8.3

The SharedTempStore key for our current wizard values.

Return value

null|string

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 142

Class

FormWizardBase
The base class for all form wizard.

Namespace

Drupal\ctools\Wizard

Code

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