public function PageVariantAddWizard::exists in Page Manager 8
Same name and namespace in other branches
- 8.4 page_manager_ui/src/Wizard/PageVariantAddWizard.php \Drupal\page_manager_ui\Wizard\PageVariantAddWizard::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/ PageVariantAddWizard.php, line 32 - Contains \Drupal\page_manager_ui\Wizard\PageVariantAddWizard.
Class
Namespace
Drupal\page_manager_ui\WizardCode
public function exists() {
return '\\Drupal\\page_manager\\Entity\\PageVariant::load';
}