public function StepInterface::entityType in Forms Steps 8
Gets the step's entity type.
Return value
string The step's entity type.
1 method overrides StepInterface::entityType()
- Step::entityType in src/
Step.php - Gets the step's entity type.
File
- src/
StepInterface.php, line 48
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function entityType();