function EntityWizard::getMachineLabel

File

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

Class

EntityWizard

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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