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