You are here

public function UserMergeActionPluginInterface::process in User Merge 2.x

Process merge on selected property.

Parameters

\Drupal\user\UserInterface $retired: Retired account.

\Drupal\user\UserInterface $retained: Retained account.

Throws

\Drupal\usermerge\Exception\UserMergeException

2 methods override UserMergeActionPluginInterface::process()
ActionBlock::process in src/Plugin/UserMerge/Action/ActionBlock.php
Process merge on selected property.
ActionDelete::process in src/Plugin/UserMerge/Action/ActionDelete.php
Process merge on selected property.

File

src/Plugin/UserMergeActionPluginInterface.php, line 36

Class

UserMergeActionPluginInterface
Interface UserMergeActionPluginInterface.

Namespace

Drupal\usermerge\Plugin

Code

public function process(UserInterface $retired, UserInterface $retained) : void;