You are here

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

A method for determining if this entity already exists.

Return value

callable The callable to pass the id to via typical machine_name form element.

Overrides EntityFormWizardInterface::exists

File

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

Class

PageWizardBase

Namespace

Drupal\page_manager_ui\Wizard

Code

public function exists() {
  return '\\Drupal\\page_manager\\Entity\\Page::load';
}