You are here

public function FreelinkingPluginInterface::getIndicator in Freelinking 8.3

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

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

Return value

string A regular expression string.

11 methods override FreelinkingPluginInterface::getIndicator()
Builtin::getIndicator in src/Plugin/freelinking/Builtin.php
A regular expression string to indicate what to replace for this plugin.
External::getIndicator in src/Plugin/freelinking/External.php
A regular expression string to indicate what to replace for this plugin.
File::getIndicator in src/Plugin/freelinking/File.php
A regular expression string to indicate what to replace for this plugin.
FreelinkingPrepopulate::getIndicator in modules/freelinking_prepopulate/src/Plugin/freelinking/FreelinkingPrepopulate.php
A regular expression string to indicate what to replace for this plugin.
GoogleSearch::getIndicator in src/Plugin/freelinking/GoogleSearch.php
A regular expression string to indicate what to replace for this plugin.

... See full list

File

src/Plugin/FreelinkingPluginInterface.php, line 31

Class

FreelinkingPluginInterface
Describes the Freelinking plugin.

Namespace

Drupal\freelinking\Plugin

Code

public function getIndicator();