Skip to content
Snippets Groups Projects
Commit 163b5102 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2504607 by juanjesustrigo, sasanikolic, mgifford, dawehner: Change the...

Issue #2504607 by juanjesustrigo, sasanikolic, mgifford, dawehner: Change the return of fieldFilterXss to FieldFilteredMarkup
parent 10464f5b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -25,7 +25,7 @@ trait AllowedTagsXssTrait {
* @param string $string
* The string with raw HTML in it.
*
* @return \Drupal\Component\Utility\SafeMarkup
* @return \Drupal\Core\Field\FieldFilteredMarkup
* An XSS safe version of $string, or an empty string if $string is not
* valid UTF-8.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment