Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / filter / src / Plugin / FilterInterface.php
index 0b7fcf0dc3db4d55252f315eea9ebce3a8219170..cdbe276a50c2e25f4b9d71444244e1affc5bcb6a 100644 (file)
@@ -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,