You are here

public function ReviewFormSwitcherInterface::hasNext in User Merge 2.x

Check if we have the next form.

Parameters

string $class: Multi step form class name.

Return value

bool Check if we have a next form.

1 method overrides ReviewFormSwitcherInterface::hasNext()
ReviewFormSwitcher::hasNext in src/ReviewFormSwitcher.php
Check if we have the next form.

File

src/ReviewFormSwitcherInterface.php, line 34

Class

ReviewFormSwitcherInterface
Interface ReviewFormSwitcherInterface.

Namespace

Drupal\usermerge

Code

public function hasNext($class) : bool;