function 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.
1 method overrides EntityFormWizardInterface::exists()
- EntityEditWizard::exists in tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizard.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\WizardCode
public function exists();