public function GoogleSearch::getTip in Freelinking 8.3
Same name and namespace in other branches
- 4.0.x src/Plugin/freelinking/GoogleSearch.php \Drupal\freelinking\Plugin\freelinking\GoogleSearch::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 GoogleSearch::getTip()
- GoogleSearch::buildLink in src/
Plugin/ freelinking/ GoogleSearch.php - Build a link with the plugin.
File
- src/
Plugin/ freelinking/ GoogleSearch.php, line 33
Class
- GoogleSearch
- Freelinking google search plugin.
Namespace
Drupal\freelinking\Plugin\freelinkingCode
public function getTip() {
return $this
->t('Search google for the specified terms.');
}