You are here

public function WizardTest::getWizardLabel in Chaos Tool Suite (ctools) 8.3

File

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

Class

WizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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