function EntityEditWizard::getWizardLabel

Overrides EntityFormWizardInterface::getWizardLabel

File

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

Class

EntityEditWizard

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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