You are here

public function NodeTitle::getIndicator in Freelinking 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/freelinking/NodeTitle.php \Drupal\freelinking\Plugin\freelinking\NodeTitle::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/NodeTitle.php, line 69

Class

NodeTitle
Node Title freelinking plugin.

Namespace

Drupal\freelinking\Plugin\freelinking

Code

public function getIndicator() {
  return '/nt$|nodetitle|title/A';
}