You are here

public function PageWizardBase::getWizardLabel in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 38

Class

PageWizardBase

Namespace

Drupal\page_manager_ui\Wizard

Code

public function getWizardLabel() {
  return $this
    ->t('Page Manager');
}