You are here

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

File

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

Class

WizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getMachineLabel() {
  return $this
    ->t('Wizard Test Name');
}