Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
drupal_get_breadcrumb drupal/core/includes/common.inc Gets the breadcrumb trail for the current page. 2
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 11
_drupal_default_html_head drupal/core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page. 1
drupal_get_html_head drupal/core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page. 4
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 7
drupal_get_feeds drupal/core/includes/common.inc Gets the feed URLs for the current page. 1
drupal_get_query_parameters drupal/core/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 11
config_get_module_config_entities drupal/core/includes/config.inc Return a list of all config entity types provided by a module.
config_get_entity_type_by_name drupal/core/includes/config.inc Returns the entity type of a configuration object. 1
config_typed drupal/core/includes/config.inc Returns the typed config manager service.
config_import_create_snapshot drupal/core/includes/config.inc Creates a configuration snapshot following a successful import. 3
config_diff drupal/core/includes/config.inc Return a formatted diff of a named config between two storages. 2 2
config_install_default_config drupal/core/includes/config.inc Installs the default configuration of a given extension. 14
config_uninstall_default_config drupal/core/includes/config.inc Uninstalls the default configuration of a given extension. 1
config_get_storage_names_with_prefix drupal/core/includes/config.inc Gets configuration object names starting with a given prefix. 15
config drupal/core/includes/config.inc Retrieves a configuration object. 153 8
config_context_enter drupal/core/includes/config.inc Sets the config context on the config factory. 6
config_context_leave drupal/core/includes/config.inc Leaves the current config context returning to the previous context. 5
db_query drupal/core/includes/database.inc Executes an arbitrary query string against the active database. 70 3
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
db_query_temporary drupal/core/includes/database.inc Executes a query string and saves the result set to a temporary table. 2
db_insert drupal/core/includes/database.inc Returns a new InsertQuery object for the active database. 3
db_merge drupal/core/includes/database.inc Returns a new MergeQuery object for the active database.
db_update drupal/core/includes/database.inc Returns a new UpdateQuery object for the active database.
db_delete drupal/core/includes/database.inc Returns a new DeleteQuery object for the active database. 1
db_truncate drupal/core/includes/database.inc Returns a new TruncateQuery object for the active database. 2
db_select drupal/core/includes/database.inc Returns a new SelectQuery object for the active database. 98
db_transaction drupal/core/includes/database.inc Returns a new transaction object for the active database. 6
db_set_active drupal/core/includes/database.inc Sets a new active database. 5
db_escape_table drupal/core/includes/database.inc Restricts a dynamic table name to safe characters.
db_escape_field drupal/core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_like drupal/core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 16
db_driver drupal/core/includes/database.inc Retrieves the name of the currently active database driver.
db_close drupal/core/includes/database.inc Closes the active database connection. 1
db_next_id drupal/core/includes/database.inc Retrieves a unique id. 2
db_or drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together. 18
db_and drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together. 7
db_xor drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
db_condition drupal/core/includes/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_create_table drupal/core/includes/database.inc Creates a new table from a Drupal table definition. 27
db_field_names drupal/core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_index_exists drupal/core/includes/database.inc Checks if an index exists in the given table. 2
db_table_exists drupal/core/includes/database.inc Checks if a table exists. 19
db_field_exists drupal/core/includes/database.inc Checks if a column exists in the given table. 15
db_find_tables drupal/core/includes/database.inc Finds all tables that are like the specified base table name. 3
_db_create_keys_sql drupal/core/includes/database.inc
db_rename_table drupal/core/includes/database.inc Renames a table. 6
db_drop_table drupal/core/includes/database.inc Drops a table. 21
db_add_field drupal/core/includes/database.inc Adds a new field to a table. 22
db_drop_field drupal/core/includes/database.inc Drops a field. 12

Pages

Other projects