You are here

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_steps

Code

public function displayPrevious() {
  return $this->displayPrevious;
}