function EntityFormWizardInterface::getWizardLabel

Same name in other branches
  1. 4.0.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.
2 methods override EntityFormWizardInterface::getWizardLabel()
EntityEditWizard::getWizardLabel in tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizard.php
The fieldset #title for your label & machine name elements.
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\Wizard

Code

public function getWizardLabel();