function EntityFormWizardInterface::exists

Same name in other branches
  1. 4.0.x src/Wizard/EntityFormWizardInterface.php \Drupal\ctools\Wizard\EntityFormWizardInterface::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.

1 call to EntityFormWizardInterface::exists()
EntityFormWizardBase::customizeForm in src/Wizard/EntityFormWizardBase.php
Helper function for generating label and id form elements.
2 methods override EntityFormWizardInterface::exists()
EntityEditWizard::exists in tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizard.php
A method for determining if this entity already exists.
EntityEditWizardTest::exists in tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php
A method for determining if this entity already exists.

File

src/Wizard/EntityFormWizardInterface.php, line 37

Class

EntityFormWizardInterface
Form wizard interface for use with entities.

Namespace

Drupal\ctools\Wizard

Code

public function exists();