Search for escape

  1. Search 9.5.x for escape
  2. Search 8.9.x for escape
  3. Search 10.3.x for escape
  4. Search 11.x for escape
  5. Other projects
Title Object type File name Summary
DatabaseBasicSyntaxTestCase::testLikeEscape function modules/simpletest/tests/database_test.test Test escaping of LIKE wildcards.
DatabaseConnection::$escapedAliases property includes/database/database.inc List of escaped aliases names, keyed by unescaped aliases.
DatabaseConnection::$escapedNames property includes/database/database.inc List of escaped database, table, and field names, keyed by unescaped names.
DatabaseConnection::escapeAlias function includes/database/database.inc Escapes an alias name string.
DatabaseConnection::escapeField function includes/database/database.inc Escapes a field name string.
DatabaseConnection::escapeLike function includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
DatabaseConnection::escapeTable function includes/database/database.inc Escapes a table name string.
DatabaseConnection_mysql::escapeAlias function includes/database/mysql/database.inc Escapes an alias name string.
DatabaseConnection_mysql::escapeField function includes/database/mysql/database.inc Escapes a field name string.
DatabaseConnection_mysql::escapeFields function includes/database/mysql/database.inc
db_escape_field function includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table function includes/database/database.inc Restricts a dynamic table name to safe characters.
FilterUnitTestCase::testHtmlEscapeFilter function modules/filter/filter.test Tests the HTML escaping filter.
filter_dom_serialize_escape_cdata_element function modules/filter/filter.module Adds comments around the <!CDATA section in a dom element.
_filter_html_escape function modules/filter/filter.module Implements callback_filter_process().
_filter_html_escape_tips function modules/filter/filter.module Implements callback_filter_tips().
_filter_url_escape_comments function modules/filter/filter.module Escapes the contents of HTML comments.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.