Search for escape
- Search 7.x for escape
- Search 8.9.x for escape
- Search 10.3.x for escape
- Search 11.x for escape
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
JsonTest::$htmlUnsafeEscaped | property | core/ |
An array of unsafe html characters which are already escaped. |
JSWebAssert::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page. |
JSWebAssert::assertNoEscaped | function | core/ |
Passes if the raw text IS NOT found escaped on the loaded page. |
JSWebAssert::escapeHtml | function | core/ |
Escapes HTML for testing. |
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix | function | core/ |
Checks HTML double escaping of revision logs. |
NodeTranslationUITest::testDetailsTitleIsNotEscaped | function | core/ |
Tests title is not escaped (but XSS-filtered) for details form element. |
OptimizedPhpArrayDumper::escape | function | core/ |
Escapes parameters. |
OptimizedPhpArrayDumperTest::percentsEscapeProvider | function | core/ |
Data provider for testPercentsEscape(). |
OptimizedPhpArrayDumperTest::testPercentsEscape | function | core/ |
Tests that service arguments with escaped percents are correctly dumped. |
Schema::escapeDefaultValue | function | core/ |
Escapes a value to be used as the default value on a column. |
Select::escapeField | function | core/ |
Escapes a field name string. |
Select::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
SelectExtender::escapeField | function | core/ |
Escapes a field name string. |
SelectExtender::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
SelectInterface::escapeField | function | core/ |
Escapes a field name string. |
SelectInterface::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
Test::escapedCharacters | function | core/ |
|
Test::escapedScript | function | core/ |
|
Test::unEscapedScript | function | core/ |
|
ThemeRenderAndAutoescapeTest | class | core/ |
Tests the theme_render_and_autoescape() function. |
ThemeRenderAndAutoescapeTest.php | file | core/ |
Contains \Drupal\KernelTests\Core\Theme\ThemeRenderAndAutoescapeTest. |
ThemeRenderAndAutoescapeTest::$modules | property | core/ |
Modules to enable. |
ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape | function | core/ |
Provide test examples. |
ThemeRenderAndAutoescapeTest::testBubblingMetadata | function | core/ |
Ensure cache metadata is bubbled when using theme_render_and_autoescape(). |
ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable | function | core/ |
Ensure cache metadata is bubbled when using theme_render_and_autoescape(). |
ThemeRenderAndAutoescapeTest::testThemeEscapeAndRenderNotPrintable | function | core/ |
Ensures invalid content is handled correctly. |
ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape | function | core/ |
@dataProvider providerTestThemeRenderAndAutoescape |
theme_render_and_autoescape | function | core/ |
Escapes and renders variables for theme functions. |
twig-autoescape-test.html.twig | file | core/ |
{# Template for testing autoescape. #} {{ script }} |
TwigExtension::escapeFilter | function | core/ |
Overrides twig_escape_filter(). |
TwigExtension::escapePlaceholder | function | core/ |
Provides a placeholder wrapper around ::escapeFilter. |
TwigExtensionTest::testEscapeWithGeneratedLink | function | core/ |
@covers ::escapeFilter @covers ::bubbleArgMetadata |
TwigExtensionTest::testsRenderEscapedZeroValue | function | core/ |
Tests output of integer and double 0 values of TwigExtension::escapeFilter(). |
TwigRawTest::testAutoescape | function | core/ |
Tests autoescaping of unsafe content. |
TwigRawTest::testAutoescapeRaw | function | core/ |
Tests the raw filter inside an autoescape tag. |
WebAssert::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page. |
WebAssert::assertNoEscaped | function | core/ |
Passes if the raw text IS NOT found escaped on the loaded page. |
WebAssertArgumentsTest::testAssertEscaped | function | core/ |
@covers ::assertEscaped |
WebAssertArgumentsTest::testAssertNoEscaped | function | core/ |
@covers ::assertNoEscaped |
_filter_html_escape | function | core/ |
Escapes all HTML tags, so they will be visible instead of being effective. |
_filter_url_escape_comments | function | core/ |
Escapes the contents of HTML comments. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.