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