function EntityEditWizardTest::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
-
tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php, line 36
Class
Namespace
Drupal\ctools_wizard_test\WizardCode
public function exists() {
return '\\Drupal\\ctools_wizard_test\\Entity\\ExampleConfigEntity::load';
}