public function StepInterface::setDeleteLabel in Forms Steps 8
Set the delete label.
Parameters
mixed $label: The label to set.
1 method overrides StepInterface::setDeleteLabel()
- Step::setDeleteLabel in src/
Step.php - Set the delete label.
File
- src/
StepInterface.php, line 168
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function setDeleteLabel($label);