You are here

public function UserMergePropertyBase::getReviewForm in User Merge 2.x

Get the review form if it is provided by the plugin.

Return value

string Review name.

Overrides UserMergePropertyPluginInterface::getReviewForm

File

src/Plugin/UserMerge/Property/UserMergePropertyBase.php, line 64

Class

UserMergePropertyBase
Class UserMergePropertyBase.

Namespace

Drupal\usermerge\Plugin\UserMerge\Property

Code

public function getReviewForm() {
  return $this
    ->getPluginDefinition()['review'];
}