You are here

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

The form element #title for your unique identifier label.

Return value

string

Overrides EntityFormWizardInterface::getMachineLabel

File

tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php, line 20

Class

EntityEditWizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getMachineLabel() {
  return $this
    ->t('Label');
}