public function External::getTip in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 src/Plugin/freelinking/External.php \Drupal\freelinking\Plugin\freelinking\External::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 External::getTip()
- External::buildLink in src/
Plugin/ freelinking/ External.php - Build a link with the plugin.
1 method overrides External::getTip()
- DrupalOrg::getTip in src/
Plugin/ freelinking/ DrupalOrg.php - Provides tips for this freelinking plugin.
File
- src/
Plugin/ freelinking/ External.php, line 65
Class
- External
- Freelinking external link plugin.
Namespace
Drupal\freelinking\Plugin\freelinkingCode
public function getTip() {
return $this
->t('Click to visit an external URL.');
}