public function PageWizardBase::getWizardLabel in Page Manager 8
Same name and namespace in other branches
- 8.4 page_manager_ui/src/Wizard/PageWizardBase.php \Drupal\page_manager_ui\Wizard\PageWizardBase::getWizardLabel()
The fieldset #title for your label & machine name elements.
Return value
string
Overrides EntityFormWizardInterface::getWizardLabel
File
- page_manager_ui/
src/ Wizard/ PageWizardBase.php, line 43 - Contains \Drupal\page_manager_ui\Wizard\PageWizardBase.
Class
Namespace
Drupal\page_manager_ui\WizardCode
public function getWizardLabel() {
return $this
->t('Page Manager');
}