db_escape_field |
core/includes/database/database.inc |
Restricts a dynamic column or constraint name to safe characters. |
db_escape_table |
core/includes/database/database.inc |
Restricts a dynamic table name to safe characters. |
db_field_exists |
core/includes/database/database.inc |
Checks if a column exists in the given table. |
db_field_names |
core/includes/database/database.inc |
Returns an array of field names from an array of key/index column specifiers. |
db_field_set_default |
core/includes/database/database.inc |
Sets the default value for a field. |
db_field_set_no_default |
core/includes/database/database.inc |
Sets a field to have no default value. |
db_find_tables |
core/includes/database/database.inc |
Finds all tables that are like the specified base table name. |
db_ignore_replica |
core/includes/database/database.inc |
Sets a session variable storing the lag time for ignoring a replica server. |
db_ignore_slave Deprecated |
core/includes/database/database.inc |
Backwards-compatible wrapper function. |
db_index_exists |
core/includes/database/database.inc |
Checks if an index exists in the given table. |
db_insert |
core/includes/database/database.inc |
Returns a new InsertQuery object for the active database. |
db_installer_object |
core/includes/install.inc |
Returns a database installer object. |
db_like |
core/includes/database/database.inc |
Escapes characters that work as wildcard characters in a LIKE pattern. |
db_merge |
core/includes/database/database.inc |
Returns a new MergeQuery object for the active database. |
db_next_id |
core/includes/database/database.inc |
Retrieves a unique auto-increment ID. |
db_or |
core/includes/database/database.inc |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
db_query |
core/includes/database/database.inc |
Executes an arbitrary query string against the active database. |
db_query_range |
core/includes/database/database.inc |
Executes a query against the active database, restricted to a range. |
db_query_temporary |
core/includes/database/database.inc |
Executes a SELECT query string and saves the result set to a temporary table. |
db_rename_table |
core/includes/database/database.inc |
Renames a table. |
db_run_tasks |
core/includes/install.inc |
Ensures the environment for a Backdrop database on a predefined connection. |
db_select |
core/includes/database/database.inc |
Returns a new SelectQuery object for the active database. |
db_set_active |
core/includes/database/database.inc |
Sets a new active database. |
db_table_exists |
core/includes/database/database.inc |
Checks if a table exists. |
db_transaction |
core/includes/database/database.inc |
Returns a new transaction object for the active database. |
db_truncate |
core/includes/database/database.inc |
Returns a new TruncateQuery object for the active database. |
db_update |
core/includes/database/database.inc |
Returns a new UpdateQuery object for the active database. |
db_xor |
core/includes/database/database.inc |
Returns a new DatabaseCondition, set to "XOR" all conditions together. |
debug |
core/includes/common.inc |
Outputs debug information. |
DebugReportTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
DebugReportTestCase::testDebugReportPage |
core/modules/system/tests/system.test |
Tests the "admin/reports/debug" page. |
decode_entities |
core/includes/unicode.inc |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
DefaultEntityController::attachLoad |
core/modules/entity/entity.controller.inc |
Attaches data to entities upon loading. |
DefaultEntityController::buildContent |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::buildContent(). |
DefaultEntityController::buildQuery |
core/modules/entity/entity.controller.inc |
Builds the query to load the entity. |
DefaultEntityController::cacheGet |
core/modules/entity/entity.controller.inc |
Gets entities from the static cache. |
DefaultEntityController::cacheSet |
core/modules/entity/entity.controller.inc |
Stores entities in the static entity cache. |
DefaultEntityController::load |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::load(). |
DefaultEntityController::resetCache |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::resetCache(). |
DefaultEntityController::resetStaticCache |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::resetStaticCache(). |
DefaultEntityController::view |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::view(). |
DefaultEntityController::__construct |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::__construct(). |
DefaultMailSystem::format |
core/modules/system/system.mail.inc |
Concatenate and wrap the email body for plain-text mails. |
DefaultMailSystem::mail |
core/modules/system/system.mail.inc |
Send an email message, using Backdrop variables and default settings. |
DefaultMailSystem::_isShellSafe |
core/modules/system/system.mail.inc |
Disallows potentially unsafe shell characters. |
DeleteQuery::arguments |
core/includes/database/query.inc |
Gets a complete list of all values to insert into the prepared statement. |
DeleteQuery::compile |
core/includes/database/query.inc |
Compiles the saved conditions for later retrieval. |
DeleteQuery::compiled |
core/includes/database/query.inc |
Check whether a condition has been previously compiled. |
DeleteQuery::condition |
core/includes/database/query.inc |
|
DeleteQuery::conditions |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |