function WizardTest::getWizardLabel

Same name in other branches
  1. 8.x-3.x tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php \Drupal\ctools_wizard_test\Wizard\WizardTest::getWizardLabel()

File

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

Class

WizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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