Defines an interface for text editor XSS (Cross-site scripting) filters.
Hierarchy
- interface \Drupal\editor\EditorXssFilterInterface
File
- core/modules/editor/src/EditorXssFilterInterface.php, line 10
Namespace
Drupal\editor
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EditorXssFilterInterface::filterXss | public static | function | Filters HTML to prevent XSS attacks when a user edits it in a text editor. |
Please login to continue.