function EntityEditWizardTest::exists

Same name in other branches
  1. 8.x-3.x tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php \Drupal\ctools_wizard_test\Wizard\EntityEditWizardTest::exists()

Overrides EntityFormWizardInterface::exists

File

tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php, line 36

Class

EntityEditWizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function exists() {
    return '\\Drupal\\ctools_wizard_test\\Entity\\ExampleConfigEntity::load';
}