| XssTest::providerTestFilterXssNormalized |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Data provider for testFilterXssNormalized(). |
| XssTest::providerTestFilterXssNotNormalized |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Data provider for testFilterXssNotNormalized(). |
| XssTest::testFilterXSSAdmin |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Checks that \Drupal\Component\Utility\Xss::filterAdmin() correctly strips unallowed tags. |
| XssTest::testFilterXssAdminNotNormalized |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Tests the loose, admin HTML filter. |
| XssTest::testFilterXssNormalized |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Tests limiting allowed tags and XSS prevention. |
| XssTest::testFilterXssNotNormalized |
function |
core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Tests limiting to allowed tags and XSS prevention. |
| _filter_autop |
function |
core/modules/filter/filter.module |
Converts line breaks into <p> and <br> in an intelligent fashion. |
| _filter_html_escape |
function |
core/modules/filter/filter.module |
Escapes all HTML tags, so they will be visible instead of being effective. |
| _filter_html_image_secure_process |
function |
core/modules/filter/filter.module |
Process callback for local image filter. |
| _filter_tips |
function |
core/modules/filter/filter.module |
Retrieves the filter tips. |
| _filter_url |
function |
core/modules/filter/filter.module |
Converts text into hyperlinks automatically. |
| _filter_url_escape_comments |
function |
core/modules/filter/filter.module |
Escapes the contents of HTML comments. |
| _filter_url_parse_email_links |
function |
core/modules/filter/filter.module |
Makes links out of email addresses. |
| _filter_url_parse_full_links |
function |
core/modules/filter/filter.module |
Makes links out of absolute URLs. |
| _filter_url_parse_partial_links |
function |
core/modules/filter/filter.module |
Makes links out of domain names starting with "www." |
| _filter_url_trim |
function |
core/modules/filter/filter.module |
Shortens long URLs to http://www.example.com/long/url… |