Contains filters are case sensitive
Name Locationsort descending Description
config_set includes/config.inc A shortcut function to set and save a single value in a config file.
config_get_translated includes/config.inc A shortcut function to load and retrieve a single translated value from a config file.
config_get includes/config.inc A shortcut function to load and retrieve a single value from a config file.
config_is_overridden includes/config.inc A shortcut function to check if a value is overridden within a config file.
config_clear includes/config.inc A shortcut function to delete a single value from a config file.
config includes/config.inc Retrieves a configuration object.
db_or includes/database/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together.
db_next_id includes/database/database.inc Retrieves a unique id.
db_close includes/database/database.inc Closes the active database connection.
db_parse_url includes/database/database.inc Parses the database URL.
db_driver includes/database/database.inc Retrieves the name of the currently active database driver.
db_like includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_escape_field includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table includes/database/database.inc Restricts a dynamic table name to safe characters.
db_set_active includes/database/database.inc Sets a new active database.
db_transaction includes/database/database.inc Returns a new transaction object for the active database.
db_select includes/database/database.inc Returns a new SelectQuery object for the active database.
db_truncate includes/database/database.inc Returns a new TruncateQuery object for the active database.
db_delete includes/database/database.inc Returns a new DeleteQuery object for the active database.
db_update includes/database/database.inc Returns a new UpdateQuery object for the active database.
db_merge includes/database/database.inc Returns a new MergeQuery object for the active database.
db_insert includes/database/database.inc Returns a new InsertQuery object for the active database.
db_query_temporary includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_query_range includes/database/database.inc Executes a query against the active database, restricted to a range.
db_query includes/database/database.inc Executes an arbitrary query string against the active database.
db_ignore_slave includes/database/database.inc Sets a session variable specifying the lag time for ignoring a slave server.
db_change_field includes/database/database.inc Changes a field definition.
db_drop_index includes/database/database.inc Drops an index.
db_add_index includes/database/database.inc Adds an index.
db_drop_unique_key includes/database/database.inc Drops a unique key.
db_add_unique_key includes/database/database.inc Adds a unique key.
db_drop_primary_key includes/database/database.inc Drops the primary key of a database table.
db_add_primary_key includes/database/database.inc Adds a primary key to a database table.
db_field_set_no_default includes/database/database.inc Sets a field to have no default value.
db_field_set_default includes/database/database.inc Sets the default value for a field.
db_drop_field includes/database/database.inc Drops a field.
db_add_field includes/database/database.inc Adds a new field to a table.
db_drop_table includes/database/database.inc Drops a table.
db_rename_table includes/database/database.inc Renames a table.
_db_create_keys_sql includes/database/database.inc
db_find_prefixed_tables includes/database/database.inc Finds all tables that are like the specified base table name. This is a backport of the change made to db_find_tables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility.
db_find_tables includes/database/database.inc Finds all tables that are like the specified base table name.
db_field_exists includes/database/database.inc Checks if a column exists in the given table.
db_table_exists includes/database/database.inc Checks if a table exists.
db_index_exists includes/database/database.inc Checks if an index exists in the given table.
db_field_names includes/database/database.inc Returns an array of field names from an array of key/index column specifiers.
db_create_table includes/database/database.inc Creates a new table from a Backdrop table definition.
db_condition includes/database/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_xor includes/database/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
db_and includes/database/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together.

Pages