You are here

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_steps

Code

public function setDisplayPrevious($value);