function WizardTest::getMachineLabel

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::getMachineLabel()

File

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

Class

WizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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