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