function EntityEditWizardTest::getWizardLabel

The fieldset #title for your label & machine name elements.

Return value

string

Overrides EntityFormWizardInterface::getWizardLabel

File

tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php, line 15

Class

EntityEditWizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getWizardLabel() {
  return $this->t('Example entity');
}