function EntityWizard::getWizardLabel

File

tests/modules/ctools_wizard_test/src/Wizard/EntityWizard.php, line 16

Class

EntityWizard

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getWizardLabel() {
    return $this->t('Wizard Information');
}