public function FormsStepsInterface::setStepDeleteState in Forms Steps 8
Set the delete state (hidden or shown) of the step.
Parameters
int $step_id: Step id.
bool $state: State to set.
Return value
\Drupal\forms_steps\Entity\FormsSteps The forms steps.
1 method overrides FormsStepsInterface::setStepDeleteState()
- FormsSteps::setStepDeleteState in src/
Entity/ FormsSteps.php - Set the delete state (hidden or shown) of the step.
File
- src/
FormsStepsInterface.php, line 448
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function setStepDeleteState($step_id, $state);