function EntityEditWizardTest::getEntityType

Same name in other branches
  1. 4.0.x tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php \Drupal\ctools_wizard_test\Wizard\EntityEditWizardTest::getEntityType()

Overrides EntityFormWizardInterface::getEntityType

File

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

Class

EntityEditWizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getEntityType() {
    return 'ctools_wizard_test_config_entity';
}