public function FormsStepsInterface::setStepEntityBundle in Forms Steps 8
Sets a step's Entity bundle.
Parameters
string $step_id: The step ID to set the entity_bundle for.
int $entityBundle: The step's entity bundle.
Return value
\Drupal\forms_steps\StepInterface The forms_steps entity.
1 method overrides FormsStepsInterface::setStepEntityBundle()
- FormsSteps::setStepEntityBundle in src/
Entity/ FormsSteps.php - Sets a step's Entity bundle.
File
- src/
FormsStepsInterface.php, line 229
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function setStepEntityBundle($step_id, $entityBundle);