You are here

public function UserMergePropertyPluginInterface::getName in User Merge 2.x

Return the name of the property plugin.

Return value

string Action name.

1 method overrides UserMergePropertyPluginInterface::getName()
UserMergePropertyBase::getName in src/Plugin/UserMerge/Property/UserMergePropertyBase.php
Return the name of the property plugin.

File

src/Plugin/UserMergePropertyPluginInterface.php, line 24

Class

UserMergePropertyPluginInterface
Interface UserMergePropertyPluginInterface.

Namespace

Drupal\usermerge\Plugin

Code

public function getName();