You are here

public function PageVariantAddWizard::getWizardLabel in Page Manager 8.4

Same name and namespace in other branches
  1. 8 page_manager_ui/src/Wizard/PageVariantAddWizard.php \Drupal\page_manager_ui\Wizard\PageVariantAddWizard::getWizardLabel()

The fieldset #title for your label & machine name elements.

Return value

string

Overrides EntityFormWizardInterface::getWizardLabel

File

page_manager_ui/src/Wizard/PageVariantAddWizard.php, line 35

Class

PageVariantAddWizard

Namespace

Drupal\page_manager_ui\Wizard

Code

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