public function PathAlias::getIndicator in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 src/Plugin/freelinking/PathAlias.php \Drupal\freelinking\Plugin\freelinking\PathAlias::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/ PathAlias.php, line 66
Class
- PathAlias
- Freelinking path plugin.
Namespace
Drupal\freelinking\Plugin\freelinkingCode
public function getIndicator() {
return '/path|alias/i';
}