Search for string

  1. Search 9.5.x for string
  2. Search 8.9.x for string
  3. Search 10.3.x for string
  4. Search 11.x for string
  5. Other projects
Title Object type File name Summary
Archive_Tar::addString function modules/system/system.tar.inc This method add a single string as a file at the
end of the existing archive. If the archive does not yet exists it
is created.
Archive_Tar::extractInString function modules/system/system.tar.inc This method extract from the archive one file identified by $p_filename.
The return value is a string with the file content, or NULL on error.
Archive_Tar::_addString function modules/system/system.tar.inc
Archive_Tar::_extractInString function modules/system/system.tar.inc This method extract from the archive one file identified by $p_filename.
The return value is a string with the file content, or null on error.
color_valid_hexadecimal_string function modules/color/color.module Determines if a hexadecimal CSS color string is valid.
DatabaseCondition::$stringVersion property includes/database/query.inc Contains the string version of the Condition.
DatabaseCondition::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the conditions to string.
DatabaseConnection_sqlite::sqlFunctionSubstring function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING() SQL function.
DatabaseConnection_sqlite::sqlFunctionSubstringIndex function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function.
DatabaseStatementBase::getQueryString function includes/database/database.inc Gets the query string of this statement.
DatabaseStatementEmpty::getQueryString function includes/database/database.inc Gets the query string of this statement.
DatabaseStatementInterface::getQueryString function includes/database/database.inc Gets the query string of this statement.
DatabaseStatementPrefetch::$queryString property includes/database/prefetch.inc The query string.
DatabaseStatementPrefetch::getQueryString function includes/database/prefetch.inc Return the object's SQL query string.
DeleteQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
FilterUnitTestCase::assertFilteredString function modules/filter/filter.test Asserts multiple filter output expectations for multiple input strings.
format_string function includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders.
InsertQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_pgsql::__toString function includes/database/pgsql/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery_sqlite::__toString function includes/database/sqlite/query.inc Implements PHP magic __toString method to convert the query to a string.
LOCALE_JS_STRING constant includes/locale.inc Regular expression pattern used to localize JavaScript strings.
locale_string_is_safe function includes/locale.inc Check that a string is safe to be added or imported as a translation.
MergeQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
Query::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
SelectQuery::__toString function includes/database/select.inc Implements PHP magic __toString method to convert the query to a string.
SelectQueryExtender::__toString function includes/database/select.inc
TruncateQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
TruncateQuery_sqlite::__toString function includes/database/sqlite/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
_locale_export_get_strings function includes/locale.inc Generates a structured array of all strings with translations in
$language, if given. This array can be used to generate an export
of the string in the database.
_locale_export_string function includes/locale.inc Print out a string on multiple lines
_locale_import_one_string function includes/locale.inc Imports a string into the database
_locale_import_one_string_db function includes/locale.inc Import one string into the database.

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