You are here

public function EntityFormWizardInterface::exists in Chaos Tool Suite (ctools) 8.3

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.
1 method overrides EntityFormWizardInterface::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();