function FormWizardInterface::getMachineName

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

The SharedTempStore key for our current wizard values.

Return value

null|string

1 method overrides FormWizardInterface::getMachineName()
FormWizardBase::getMachineName in src/Wizard/FormWizardBase.php
The SharedTempStore key for our current wizard values.

File

src/Wizard/FormWizardInterface.php, line 51

Class

FormWizardInterface
Form wizard interface.

Namespace

Drupal\ctools\Wizard

Code

public function getMachineName();