function FormWizardInterface::getMachineName
Same name in other branches
- 8.x-3.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\WizardCode
public function getMachineName();