function EntityEditWizardTest::getMachineLabel
The form element #title for your unique identifier label.
Return value
string
Overrides EntityFormWizardInterface::getMachineLabel
File
-
tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php, line 22
Class
Namespace
Drupal\ctools_wizard_test\WizardCode
public function getMachineLabel() {
return $this->t('Label');
}