function FilterUrl::tips

Same name and namespace in other branches
  1. 8.9.x core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::tips()
  2. 10 core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::tips()
  3. 11.x core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::tips()

Overrides FilterBase::tips

File

core/modules/filter/src/Plugin/Filter/FilterUrl.php, line 48

Class

FilterUrl
Provides a filter to convert URLs into links.

Namespace

Drupal\filter\Plugin\Filter

Code

public function tips($long = FALSE) {
    return $this->t('Web page addresses and email addresses turn into links automatically.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.