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