Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| XmlEntityNormalizationQuirksTrait::applyXmlConfigEntityDecodingQuirks | function | core/ |
Applies the XML config entity encoding quirks that remain after decoding. |
| XmlEntityNormalizationQuirksTrait::applyXmlFieldDecodingQuirks | function | core/ |
Applies the XML entity field encoding quirks that remain after decoding. |
| XmlEntityNormalizationQuirksTrait::getExpectedNormalizedEntity | function | core/ |
|
| XmlEntityNormalizationQuirksTrait::testPatch | function | core/ |
|
| XmlEntityNormalizationQuirksTrait::testPost | function | core/ |
|
| XmlNormalizationQuirksTrait | trait | core/ |
Trait for ResourceTestBase subclasses testing $format='xml'. |
| XmlNormalizationQuirksTrait.php | file | core/ |
|
| XmlNormalizationQuirksTrait::applyXmlDecodingQuirks | function | core/ |
Applies the XML encoding quirks that remain after decoding. |
| Xss | class | core/ |
Provides helper to filter for cross-site scripting. |
| Xss.php | file | core/ |
|
| Xss::$adminTags | property | core/ |
The list of HTML tags allowed by filterAdmin(). |
| Xss::$htmlTags | property | core/ |
The default list of HTML tags allowed by filter(). |
| Xss::attributes | function | core/ |
Processes a string of HTML attributes. |
| Xss::filter | function | core/ |
Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. |
| Xss::filterAdmin | function | core/ |
Applies a very permissive XSS/HTML filter for admin-only use. |
| Xss::getAdminTagList | function | core/ |
Gets the list of HTML tags allowed by Xss::filterAdmin(). |
| Xss::getHtmlTagList | function | core/ |
Gets the standard list of HTML tags allowed by Xss::filter(). |
| Xss::needsRemoval | function | core/ |
Whether this element needs to be removed altogether. |
| Xss::split | function | core/ |
Processes an HTML tag. |
| XssTest | class | core/ |
Tests the Xss vulnerability. |
| XssTest | class | core/ |
XSS Filtering tests. |
| XssTest.php | file | core/ |
|
| XssTest.php | file | core/ |
|
| XssTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| XssTest::$modules | property | core/ |
Modules to enable. |
| XssTest::assertNormalized | function | core/ |
Asserts that a text transformed to lowercase with HTML entities decoded does contain a given string. |
| XssTest::assertNotNormalized | function | core/ |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
| XssTest::providerTestAttributes | function | core/ |
Data provider for testFilterXssAdminNotNormalized(). |
| 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::providerTestInvalidMultiByte | function | core/ |
Data provider for testInvalidMultiByte(). |
| XssTest::setUp | function | core/ |
|
| XssTest::testAttribute | function | core/ |
Check that strings in HTML attributes are correctly processed. |
| XssTest::testFilterXSSAdmin | function | core/ |
Checks that \Drupal\Component\Utility\Xss::filterAdmin() correctly strips unallowed 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. |
| XssTest::testInvalidMultiByte | function | core/ |
Checks that invalid multi-byte sequences are rejected. |
| XssTest::testNoDoubleEscaping | function | core/ |
Checks the admin UI for double escaping. |
| XssTest::testQuestionSign | function | core/ |
Checks that strings starting with a question sign are correctly processed. |
| XssTest::testViewsUi | function | core/ |
|
| XssUnitTest | class | core/ |
Confirm that \Drupal\Component\Utility\Xss::filter() and check_url() work correctly, including invalid multi-byte sequences. |
| XssUnitTest.php | file | core/ |
|
| XssUnitTest::$modules | property | core/ |
Modules to enable. |
| XssUnitTest::setUp | function | core/ |
|
| XssUnitTest::testBadProtocolStripping | function | core/ |
Checks that harmful protocols are stripped. |
| XssUnitTest::testCheckUrl | function | core/ |
Tests deprecation of the check_url() function. |
| XssUnitTest::testT | function | core/ |
Tests t() functionality. |
| Yaml::$serializer | property | core/ |
The YAML implementation to use. |
Pagination
- Previous page
- Page 1422
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.