Search for escape
- Search 7.x for escape
- Search 9.5.x for escape
- Search 10.3.x for escape
- Search 11.x for escape
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AssertContentTrait::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page, fail otherwise. |
| AssertContentTrait::assertNoEscaped | function | core/ |
Passes if the raw text IS NOT found escaped on the loaded page, fail otherwise. |
| AssertLegacyTrait::assertEscaped | function | core/ |
Passes if the raw text IS found escaped on the loaded page, fail otherwise. |
| AssertLegacyTrait::assertNoEscaped | function | core/ |
Passes if the raw text is not found escaped on the loaded page. |
| BasicSyntaxTest::testLikeEscape | function | core/ |
Tests escaping of LIKE wildcards. |
| Connection::$escapedAliases | property | core/ |
List of escaped aliases names, keyed by unescaped aliases. |
| Connection::$escapedNames | property | core/ |
List of escaped database, table, and field names, keyed by unescaped names. |
| Connection::doEscape | function | core/ |
Escape a string if needed. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeDatabase | function | core/ |
Escapes a database name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| Connection::escapeTable | function | core/ |
Escapes a table name string. |
| Connection::escapeTable | function | core/ |
Escapes a table name string. |
| ConnectionTest::providerEscapeMethods | function | core/ |
Dataprovider for testEscapeMethods(). |
| ConnectionTest::testEscapeMethods | function | core/ |
Test the various escaping methods. |
| ContentTestTranslationUITest::$testHTMLEscapeForAllLanguages | property | core/ |
Flag to determine if "all languages" rendering is tested. |
| ContentTranslationUITestBase::$testHTMLEscapeForAllLanguages | property | core/ |
Flag to determine if "all languages" rendering is tested. |
| ContentTranslationUITestBase::$testHTMLEscapeForAllLanguages | property | core/ |
Flag to determine if "all languages" rendering is tested. |
| DatabaseLegacyTest::testDbEscapeField | function | core/ |
Tests deprecation of the db_escape_field() function. |
| DatabaseLegacyTest::testDbEscapeTable | function | core/ |
Tests deprecation of the db_escape_table() function. |
| db_escape_field | function | core/ |
Restricts a dynamic column or constraint name to safe characters. |
| db_escape_table | function | core/ |
Restricts a dynamic table name to safe characters. |
| DocParserTest::testSupportsEscapedQuotedValues | function | core/ |
@group 44 |
| FilterAdminTest::testFilterTipHtmlEscape | function | core/ |
Tests whether filter tips page is not HTML escaped. |
| FilterHtmlEscape | class | core/ |
Provides a filter to display any HTML as plain text. |
| FilterHtmlEscape.php | file | core/ |
|
| FilterHtmlEscape::getHTMLRestrictions | function | core/ |
Returns HTML allowed by this filter's configuration. |
| FilterHtmlEscape::process | function | core/ |
Performs the filter processing. |
| FilterHtmlEscape::tips | function | core/ |
Generates a filter's tip. |
| FilterKernelTest::testHtmlEscapeFilter | function | core/ |
Tests the HTML escaping filter. |
| FormattableMarkup::placeholderEscape | function | core/ |
Escapes a placeholder replacement value if needed. |
| Html::escape | function | core/ |
Escapes text by converting special characters to HTML entities. |
| Html::escapeCdataElement | function | core/ |
Adds comments around a <!CDATA section in a \DOMNode. |
| HtmlEscapedText | class | core/ |
Escapes HTML syntax characters to HTML entities for display in markup. |
| HtmlEscapedText.php | file | core/ |
|
| HtmlEscapedText::$string | property | core/ |
The string to escape. |
| HtmlEscapedText::count | function | core/ |
|
| HtmlEscapedText::jsonSerialize | function | core/ |
|
| HtmlEscapedText::__construct | function | core/ |
Constructs an HtmlEscapedText object. |
| HtmlEscapedText::__toString | function | core/ |
Returns markup. |
| HtmlEscapedTextTest | class | core/ |
Tests the HtmlEscapedText class. |
| HtmlEscapedTextTest.php | file | core/ |
|
| HtmlEscapedTextTest::providerToString | function | core/ |
Data provider for testToString(). |
| HtmlEscapedTextTest::testCount | function | core/ |
@covers ::count[[api-linebreak]] |
| HtmlEscapedTextTest::testToString | function | core/ |
@covers ::__toString[[api-linebreak]] @covers ::jsonSerialize[[api-linebreak]] |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.