You are here

public function NodeTitle::getTip in Freelinking 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/freelinking/NodeTitle.php \Drupal\freelinking\Plugin\freelinking\NodeTitle::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 NodeTitle::getTip()
NodeTitle::buildLink in src/Plugin/freelinking/NodeTitle.php
Build a link with the plugin.

File

src/Plugin/freelinking/NodeTitle.php, line 76

Class

NodeTitle
Node Title freelinking plugin.

Namespace

Drupal\freelinking\Plugin\freelinking

Code

public function getTip() {
  return $this
    ->t('Click to view a local node.');
}