Search for filterXss
- Search 7.x for filterXss
- Search 9.5.x for filterXss
- Search 8.9.x for filterXss
- Search 10.3.x for filterXss
- Search main for filterXss
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EditorController::filterXss | function | core/ |
Apply the necessary XSS filtering for using a certain text format's editor. |
| EditorXssFilterInterface::filterXss | function | core/ |
Filters HTML to prevent XSS attacks when a user edits it in a text editor. |
| Element::filterXss | function | core/ |
Applies text editor XSS filtering. |
| Insecure::filterXss | function | core/ |
|
| Standard::filterXss | function | core/ |
|
| Standard::filterXssDataAttributes | function | core/ |
Applies a very permissive XSS/HTML filter to data-attributes. |
| StandardTest::providerTestFilterXss | function | core/ |
Provides test data for testFilterXss(). |
| StandardTest::testFilterXss | function | core/ |
Tests the method for filtering XSS. |
| XssTest::providerTestFilterXssAdminNotNormalized | function | core/ |
Data provider for testFilterXssAdminNotNormalized(). |
| XssTest::providerTestFilterXssNormalized | function | core/ |
Data provider for testFilterXssNormalized(). |
| XssTest::providerTestFilterXssNotNormalized | function | core/ |
Data provider for testFilterXssNotNormalized(). |
| XssTest::testFilterXSSAdmin | function | core/ |
Checks that \Drupal\Component\Utility\Xss::filterAdmin() correctly strips disallowed tags. |
| XssTest::testFilterXssAdminNotNormalized | function | core/ |
Tests the loose, admin HTML filter. |
| XssTest::testFilterXssNormalized | function | core/ |
Tests limiting allowed tags and XSS prevention. |
| XssTest::testFilterXssNotNormalized | function | core/ |
Tests limiting to allowed tags and XSS prevention. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.