You are here

public function User::getIndicator in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x src/Plugin/freelinking/User.php \Drupal\freelinking\Plugin\freelinking\User::getIndicator()

A regular expression string to indicate what to replace for this plugin.

Return value

string A regular expression string.

Overrides FreelinkingPluginInterface::getIndicator

File

src/Plugin/freelinking/User.php, line 63

Class

User
Freelinking user plugin.

Namespace

Drupal\freelinking\Plugin\freelinking

Code

public function getIndicator() {
  return '/(u|user|username|uid|userid)$/A';
}