public function PageWizardBase::exists 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::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 36 - Contains \Drupal\page_manager_ui\Wizard\PageWizardBase.
Class
Namespace
Drupal\page_manager_ui\WizardCode
public function exists() {
return '\\Drupal\\page_manager\\Entity\\Page::load';
}