public function FormsStepsInterface::setStepDeleteLabel in Forms Steps 8
Set the label of the delete button of the step.
Parameters
int $step_id: Step id.
mixed $label: Label to set.
Return value
\Drupal\forms_steps\Entity\FormsSteps The forms steps.
1 method overrides FormsStepsInterface::setStepDeleteLabel()
- FormsSteps::setStepDeleteLabel in src/
Entity/ FormsSteps.php - Set the label of the delete button of the step.
File
- src/
FormsStepsInterface.php, line 435
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function setStepDeleteLabel($step_id, $label);