X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffilter%2Fsrc%2FPlugin%2FFilterInterface.php;h=cdbe276a50c2e25f4b9d71444244e1affc5bcb6a;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=0b7fcf0dc3db4d55252f315eea9ebce3a8219170;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/filter/src/Plugin/FilterInterface.php b/web/core/modules/filter/src/Plugin/FilterInterface.php index 0b7fcf0dc..cdbe276a5 100644 --- a/web/core/modules/filter/src/Plugin/FilterInterface.php +++ b/web/core/modules/filter/src/Plugin/FilterInterface.php @@ -32,7 +32,7 @@ use Drupal\Core\Form\FormStateInterface; * should then actually change the content: transform URLs into hyperlinks, * convert smileys into images, etc. * - * @see filter_process_text() + * @see \Drupal\filter\Plugin\FilterInterface::process() * @see check_markup() * * Typically, only text processing is applied, but in more advanced use cases,