You are here

public function User::getTip in Freelinking 8.3

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

File

src/Plugin/freelinking/User.php, line 70

Class

User
Freelinking user plugin.

Namespace

Drupal\freelinking\Plugin\freelinking

Code

public function getTip() {
  return $this
    ->t('Click to view user profile.');
}