public function ReviewFormSwitcherInterface::getNextProperty in User Merge 2.x
Get next property.
Parameters
string $class: Multi step form class name.
Return value
string If of the property plugin.
1 method overrides ReviewFormSwitcherInterface::getNextProperty()
- ReviewFormSwitcher::getNextProperty in src/
ReviewFormSwitcher.php - Get next property.
File
- src/
ReviewFormSwitcherInterface.php, line 56
Class
- ReviewFormSwitcherInterface
- Interface ReviewFormSwitcherInterface.
Namespace
Drupal\usermergeCode
public function getNextProperty($class) : string;