You are here

Functions in Zircon Profile 8

Primary tabs

Namesort descending Location Description Direct uses Strings
dblog_help core/modules/dblog/dblog.module Implements hook_help().
dblog_logging_settings_submit core/modules/dblog/dblog.module Form submission handler for system_logging_settings(). 1
dblog_menu_links_discovered_alter core/modules/dblog/dblog.module Implements hook_menu_links_discovered_alter().
dblog_schema core/modules/dblog/dblog.install Implements hook_schema().
dblog_views_data core/modules/dblog/dblog.views.inc Implements hook_views_data().
db_add_field Deprecated core/includes/database.inc Adds a new field to a table. 3
db_add_index Deprecated core/includes/database.inc Adds an index. 2
db_add_primary_key Deprecated core/includes/database.inc Adds a primary key to a database table.
db_add_unique_key Deprecated core/includes/database.inc Adds a unique key.
db_and Deprecated core/includes/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together. 7
db_change_field Deprecated core/includes/database.inc Changes a field definition. 2
db_close Deprecated core/includes/database.inc Closes the active database connection. 1
db_condition Deprecated core/includes/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_create_table Deprecated core/includes/database.inc Creates a new table from a Drupal table definition. 8
db_delete Deprecated core/includes/database.inc Returns a new DeleteQuery object for the active database. 2
db_driver Deprecated core/includes/database.inc Retrieves the name of the currently active database driver.
db_drop_field Deprecated core/includes/database.inc Drops a field. 1
db_drop_index Deprecated core/includes/database.inc Drops an index.
db_drop_primary_key Deprecated core/includes/database.inc Drops the primary key of a database table.
db_drop_table Deprecated core/includes/database.inc Drops a table. 5
db_drop_unique_key Deprecated core/includes/database.inc Drops a unique key.
db_escape_field Deprecated core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table Deprecated core/includes/database.inc Restricts a dynamic table name to safe characters.
db_field_exists Deprecated core/includes/database.inc Checks if a column exists in the given table. 3
db_field_names Deprecated core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default Deprecated core/includes/database.inc Sets the default value for a field. 1
db_field_set_no_default Deprecated core/includes/database.inc Sets a field to have no default value. 1
db_find_tables Deprecated core/includes/database.inc Finds all tables that are like the specified base table name. 2
db_ignore_replica core/includes/database.inc Sets a session variable specifying the lag time for ignoring a replica server (A replica server is traditionally referred to as a "slave" in database server documentation). 4
db_index_exists Deprecated core/includes/database.inc Checks if an index exists in the given table. 4
db_insert Deprecated core/includes/database.inc Returns a new InsertQuery object for the active database. 4
db_installer_object core/includes/install.inc Returns a database installer object. 1
db_like Deprecated core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 15
db_merge Deprecated core/includes/database.inc Returns a new MergeQuery object for the active database.
db_next_id Deprecated core/includes/database.inc Retrieves a unique id. 2
db_or Deprecated core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together. 14
db_query Deprecated core/includes/database.inc Executes an arbitrary query string against the active database. 33 1
db_query_range Deprecated core/includes/database.inc Executes a query against the active database, restricted to a range. 3 1
db_query_temporary Deprecated core/includes/database.inc Executes a SELECT query string and saves the result set to a temporary table. 2
db_rename_table Deprecated core/includes/database.inc Renames a table. 1
db_select Deprecated core/includes/database.inc Returns a new SelectQuery object for the active database. 61
db_set_active Deprecated core/includes/database.inc Sets a new active database. 5
db_table_exists Deprecated core/includes/database.inc Checks if a table exists. 11
db_transaction Deprecated core/includes/database.inc Returns a new transaction object for the active database. 5
db_truncate Deprecated core/includes/database.inc Returns a new TruncateQuery object for the active database. 1
db_update Deprecated core/includes/database.inc Returns a new UpdateQuery object for the active database. 1
db_xor Deprecated core/includes/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
debug core/includes/common.inc Outputs debug information. 13 11
debug_resource vendor/guzzlehttp/guzzle/src/functions.php Returns a debug stream based on the provided variable.
default_ca_bundle vendor/guzzlehttp/guzzle/src/functions.php Returns the default cacert bundle for the current system.

Pages

Other projects