You are here

public function GoogleSearch::getTip in Freelinking 4.0.x

Same name and namespace in other branches
  1. 8.3 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\freelinking

Code

public function getTip() {
  return $this
    ->t('Search google for the specified terms.');
}