public function Step::hideDelete in Forms Steps 8
Get the hidden status of the delete button.
Return value
bool TRUE if hidden | FALSE otherwise
Overrides StepInterface::hideDelete
File
- src/
Step.php, line 286
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function hideDelete() {
return $this->hideDelete;
}