public function ReviewFormSwitcher::__construct in User Merge 2.x
MergeAccountsForm constructor.
Parameters
\Drupal\Component\Plugin\PluginManagerInterface $property_manager: Property plugin manager.
File
- src/
ReviewFormSwitcher.php, line 35
Class
- ReviewFormSwitcher
- Class ReviewFormSwitcher.
Namespace
Drupal\usermergeCode
public function __construct(PluginManagerInterface $property_manager) {
$this->propertyPluginManager = $property_manager;
$this
->buildFormList();
}