public function ReviewFormSwitcherInterface::getFormFromProperty in User Merge 2.x
Get class name.
Parameters
string $property: Id of the property plugin type.
Return value
string Class name of the form
Throws
\Drupal\usermerge\Exception\UserMergeException
1 method overrides ReviewFormSwitcherInterface::getFormFromProperty()
- ReviewFormSwitcher::getFormFromProperty in src/
ReviewFormSwitcher.php - Get class name.
File
- src/
ReviewFormSwitcherInterface.php, line 69
Class
- ReviewFormSwitcherInterface
- Interface ReviewFormSwitcherInterface.
Namespace
Drupal\usermergeCode
public function getFormFromProperty($property) : string;