function EntityFormWizardInterface::getMachineLabel
Same name in other branches
- 4.0.x src/Wizard/EntityFormWizardInterface.php \Drupal\ctools\Wizard\EntityFormWizardInterface::getMachineLabel()
The form element #title for your unique identifier label.
Return value
string
1 call to EntityFormWizardInterface::getMachineLabel()
- EntityFormWizardBase::customizeForm in src/
Wizard/ EntityFormWizardBase.php - Helper function for generating label and id form elements.
2 methods override EntityFormWizardInterface::getMachineLabel()
- EntityEditWizard::getMachineLabel in tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizard.php - The form element #title for your unique identifier label.
- EntityEditWizardTest::getMachineLabel in tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php - The form element #title for your unique identifier label.
File
-
src/
Wizard/ EntityFormWizardInterface.php, line 22
Class
- EntityFormWizardInterface
- Form wizard interface for use with entities.
Namespace
Drupal\ctools\WizardCode
public function getMachineLabel();