function EntityFormWizardInterface::getEntityType
Same name in other branches
- 8.x-3.x src/Wizard/EntityFormWizardInterface.php \Drupal\ctools\Wizard\EntityFormWizardInterface::getEntityType()
The machine name of the entity type.
Return value
string
2 calls to EntityFormWizardInterface::getEntityType()
- EntityFormWizardBase::customizeForm in src/
Wizard/ EntityFormWizardBase.php - Helper function for generating label and id form elements.
- EntityFormWizardBase::initValues in src/
Wizard/ EntityFormWizardBase.php - Initialize wizard values.
1 method overrides EntityFormWizardInterface::getEntityType()
- EntityEditWizardTest::getEntityType in tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityEditWizardTest.php - The machine name of the entity type.
File
-
src/
Wizard/ EntityFormWizardInterface.php, line 29
Class
- EntityFormWizardInterface
- Form wizard interface for use with entities.
Namespace
Drupal\ctools\WizardCode
public function getEntityType();