You are here

public function PageWizardBase::getMachineLabel in Page Manager 8

Same name and namespace in other branches
  1. 8.4 page_manager_ui/src/Wizard/PageWizardBase.php \Drupal\page_manager_ui\Wizard\PageWizardBase::getMachineLabel()

The form element #title for your unique identifier label.

Return value

string

Overrides EntityFormWizardInterface::getMachineLabel

File

page_manager_ui/src/Wizard/PageWizardBase.php, line 50
Contains \Drupal\page_manager_ui\Wizard\PageWizardBase.

Class

PageWizardBase

Namespace

Drupal\page_manager_ui\Wizard

Code

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