function EntityEditWizardTest::getWizardLabel
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php \Drupal\ctools_wizard_test\Wizard\EntityEditWizardTest::getWizardLabel()
Overrides EntityFormWizardInterface::getWizardLabel
File
-
tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php, line 15
Class
Namespace
Drupal\ctools_wizard_test\WizardCode
public function getWizardLabel() {
return $this->t('Example entity');
}