public function Step::entityType in Forms Steps 8
Gets the step's entity type.
Return value
string The step's entity type.
Overrides StepInterface::entityType
File
- src/
Step.php, line 184
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function entityType() {
return $this->entityType;
}