protected static Xss::attributes($attributes) Processes
Provides helper to filter for cross-site scripting. Hierarchy class \Drupal\Component\Utility\
The default list of HTML tags allowed by filter(). Type:
The list of HTML tags allowed by filterAdmin(). Type:
public static Xss::getHtmlTagList() Gets the standard
public static Xss::filterAdmin($string) Applies a
public static Xss::getAdminTagList() Gets the list
protected static Xss::needsRemoval($html_tags, $elem) Whether
protected static Xss::split($string, $html_tags, $class) Processes
public static Xss::filter($string, array $html_tags = NULL) Filters