You are here

public function PageWizardBase::getEntityType 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::getEntityType()

The machine name of the entity type.

Return value

string

Overrides EntityFormWizardInterface::getEntityType

File

page_manager_ui/src/Wizard/PageWizardBase.php, line 24

Class

PageWizardBase

Namespace

Drupal\page_manager_ui\Wizard

Code

public function getEntityType() {
  return 'page';
}