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