public static Xss::getHtmlTagList()
Gets the standard list of HTML tags allowed by Xss::filter().
Return value
array The list of HTML tags allowed by Xss::filter().
File
- core/lib/Drupal/Component/Utility/Xss.php, line 345
Class
- Xss
- Provides helper to filter for cross-site scripting.
Namespace
Drupal\Component\Utility
Code
public static function getHtmlTagList() { return static::$htmlTags; }
Please login to continue.