public function Search::getTip in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 src/Plugin/freelinking/Search.php \Drupal\freelinking\Plugin\freelinking\Search::getTip()
Provides tips for this freelinking plugin.
Tips are displayed as part of the freelinking filter plugin.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup Translatable markup.
Overrides FreelinkingPluginInterface::getTip
1 call to Search::getTip()
- Search::buildLink in src/
Plugin/ freelinking/ Search.php - Build a link with the plugin.
File
- src/
Plugin/ freelinking/ Search.php, line 70
Class
- Search
- Freelinking search plugin.
Namespace
Drupal\freelinking\Plugin\freelinkingCode
public function getTip() {
return $this
->t('Search this site for content.');
}