function EntityFormWizardInterface::getWizardLabel
Same name in other branches
- 8.x-3.x src/Wizard/EntityFormWizardInterface.php \Drupal\ctools\Wizard\EntityFormWizardInterface::getWizardLabel()
The fieldset #title for your label & machine name elements.
Return value
string
1 call to EntityFormWizardInterface::getWizardLabel()
- EntityFormWizardBase::customizeForm in src/
Wizard/ EntityFormWizardBase.php - Helper function for generating label and id form elements.
1 method overrides EntityFormWizardInterface::getWizardLabel()
- EntityEditWizardTest::getWizardLabel in tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php - The fieldset #title for your label & machine name elements.
File
-
src/
Wizard/ EntityFormWizardInterface.php, line 15
Class
- EntityFormWizardInterface
- Form wizard interface for use with entities.
Namespace
Drupal\ctools\WizardCode
public function getWizardLabel();