function FilterUrl::process
Same name in other branches
- 8.9.x core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::process()
- 10 core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::process()
- 11.x core/modules/filter/src/Plugin/Filter/FilterUrl.php \Drupal\filter\Plugin\Filter\FilterUrl::process()
Overrides FilterInterface::process
File
-
core/
modules/ filter/ src/ Plugin/ Filter/ FilterUrl.php, line 41
Class
- FilterUrl
- Provides a filter to convert URLs into links.
Namespace
Drupal\filter\Plugin\FilterCode
public function process($text, $langcode) {
return new FilterProcessResult(_filter_url($text, $this));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.