public function FreelinkingPrepopulate::getTip in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 modules/freelinking_prepopulate/src/Plugin/freelinking/FreelinkingPrepopulate.php \Drupal\freelinking_prepopulate\Plugin\freelinking\FreelinkingPrepopulate::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 FreelinkingPrepopulate::getTip()
- FreelinkingPrepopulate::buildLink in modules/
freelinking_prepopulate/ src/ Plugin/ freelinking/ FreelinkingPrepopulate.php - Build a link with the plugin.
File
- modules/
freelinking_prepopulate/ src/ Plugin/ freelinking/ FreelinkingPrepopulate.php, line 122
Class
- FreelinkingPrepopulate
- Freelinking prepopulate plugin.
Namespace
Drupal\freelinking_prepopulate\Plugin\freelinkingCode
public function getTip() {
return $this
->t('Links to a prepopulated node/add form.');
}