function EntityFormWizardInterface::getEntityType

Same name in other branches
  1. 4.0.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.
2 methods override EntityFormWizardInterface::getEntityType()
EntityEditWizard::getEntityType in tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizard.php
The machine name of the entity type.
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\Wizard

Code

public function getEntityType();