public function StepInterface::setHideDelete in Forms Steps 8
Set the hidden state of the delete button.
Parameters
bool $value: TRUE if hidden | FALSE otherwise.
1 method overrides StepInterface::setHideDelete()
- Step::setHideDelete in src/
Step.php - Set the hidden state of the delete button.
File
- src/
StepInterface.php, line 160
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function setHideDelete($value);