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