Contains filters are case sensitive
Namesort ascending Location Description
dblog_filters modules/dblog/dblog.admin.inc Creates a list of database log administration filters that can be applied.
dblog_filter_form_validate modules/dblog/dblog.admin.inc Form validation handler for dblog_filter_form().
dblog_filter_form_submit modules/dblog/dblog.admin.inc Form submission handler for dblog_filter_form().
dblog_filter_form modules/dblog/dblog.admin.inc Form constructor for the database logging filter form.
dblog_event modules/dblog/dblog.admin.inc Page callback: Displays details about a specific database log message.
dblog_cron modules/dblog/dblog.module Implements hook_cron().
dblog_clear_log_submit modules/dblog/dblog.admin.inc Form submission handler for dblog_clear_log_form().
dblog_clear_log_form modules/dblog/dblog.admin.inc Form constructor for the form that clears out the log.
dblog_build_filter_query modules/dblog/dblog.admin.inc Builds a query for database log administration filters based on session.
db_like includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_installer_object includes/install.inc Returns a database installer object.
db_insert includes/database/database.inc Returns a new InsertQuery object for the active database.
db_index_exists includes/database/database.inc Checks if an index exists in the given table.
db_ignore_slave includes/database/database.inc Sets a session variable specifying the lag time for ignoring a slave server.
db_find_tables includes/database/database.inc Finds all tables that are like the specified base table name.
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_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_field_names includes/database/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_exists includes/database/database.inc Checks if a column exists in the given table.
db_escape_table includes/database/database.inc Restricts a dynamic table name to safe characters.
db_escape_field includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_drop_unique_key includes/database/database.inc Drops a unique key.
db_drop_table includes/database/database.inc Drops a table.
db_drop_primary_key includes/database/database.inc Drops the primary key of a database table.
db_drop_index includes/database/database.inc Drops an index.
db_drop_field includes/database/database.inc Drops a field.
db_driver includes/database/database.inc Retrieves the name of the currently active database driver.
db_delete includes/database/database.inc Returns a new DeleteQuery object for the active database.
db_create_table includes/database/database.inc Creates a new table from a Backdrop table definition.
_db_create_keys_sql includes/database/database.inc
db_condition includes/database/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_close includes/database/database.inc Closes the active database connection.
db_change_field includes/database/database.inc Changes a field definition.
db_and includes/database/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together.
db_add_unique_key includes/database/database.inc Adds a unique key.
db_add_primary_key includes/database/database.inc Adds a primary key to a database table.
db_add_index includes/database/database.inc Adds an index.
db_add_field includes/database/database.inc Adds a new field to a table.
date_years includes/date.inc Constructs an array of years.
date_year_range_validate modules/date/date.elements.inc Element validation function for the date_year_range form element.
date_year_range_element_value_callback modules/date/date.elements.inc Element value callback for the date_year_range form element.
date_year_range_element_process modules/date/date.elements.inc Process callback which creates a date_year_range form element.
date_weeks_in_year includes/date.inc The number of calendar weeks in a year.
date_week_range includes/date.inc Calculates the start and end dates for a calendar week.
date_week_days_untranslated includes/date.inc Constructs an untranslated array of week days.
date_week_days_ordered includes/date.inc Reorders weekdays to match the first day of the week.
date_week_days_abbr includes/date.inc Constructs a translated array of week day abbreviations.
date_week_days includes/date.inc Returns a translated array of week names.
date_week includes/date.inc The calendar week number for a date.

Pages