public function ReviewFormSwitcherInterface::hasPrevious in User Merge 2.x
Check if we have the previous form.
Parameters
string $class: Multi step form class name.
Return value
bool Check if we have a previous form.
1 method overrides ReviewFormSwitcherInterface::hasPrevious()
- ReviewFormSwitcher::hasPrevious in src/
ReviewFormSwitcher.php - Check if we have the previous form.
File
- src/
ReviewFormSwitcherInterface.php, line 23
Class
- ReviewFormSwitcherInterface
- Interface ReviewFormSwitcherInterface.
Namespace
Drupal\usermergeCode
public function hasPrevious($class) : bool;