Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
element_properties drupal/core/includes/common.inc Gets properties of a structured array element (keys beginning with '#'). 1
element_child drupal/core/includes/common.inc Checks if the key is a child. 1
element_children drupal/core/includes/common.inc Identifies the children of an element array, optionally sorted by weight. 80
element_get_visible_children drupal/core/includes/common.inc Returns the visible children of an element.
element_set_attributes drupal/core/includes/common.inc Sets HTML attributes based on element properties. 20
drupal_array_get_nested_value drupal/core/includes/common.inc Retrieves a value from a nested array with variable depth. 22
drupal_array_set_nested_value drupal/core/includes/common.inc Sets a value in a nested array with variable depth. 9
drupal_array_unset_nested_value drupal/core/includes/common.inc Unsets a value in a nested array with variable depth. 1
drupal_array_nested_key_exists drupal/core/includes/common.inc Determines whether a nested array contains the requested keys. 3
drupal_parse_info_file drupal/core/includes/common.inc Parses Drupal module and theme .info files. 9
drupal_parse_info_format drupal/core/includes/common.inc Parses data in Drupal's .info format. 2
watchdog_severity_levels drupal/core/includes/common.inc Returns a list of severity levels, as defined in RFC 3164. 2
drupal_explode_tags drupal/core/includes/common.inc Explodes a string of tags into an array. 14
drupal_implode_tags drupal/core/includes/common.inc Implodes an array of tags into a string. 6
drupal_flush_all_caches drupal/core/includes/common.inc Flushes all persistent caches, resets all variables, and rebuilds all data structures. 9
_drupal_flush_css_js drupal/core/includes/common.inc Changes the dummy query string added to all CSS and JavaScript files. 2
debug drupal/core/includes/common.inc Outputs debug information. 7 11
drupal_parse_dependency drupal/core/includes/common.inc Parses a dependency for comparison by drupal_check_incompatibility(). 1
drupal_check_incompatibility drupal/core/includes/common.inc Checks whether a version is compatible with a given dependency. 1
archiver_get_info drupal/core/includes/common.inc Retrieves a list of all available archivers. 2
archiver_get_extensions drupal/core/includes/common.inc Returns a string of supported archive extensions. 3
archiver_get_archiver drupal/core/includes/common.inc Creates the appropriate archiver for the specified file. 1
drupal_get_updaters drupal/core/includes/common.inc Assembles the Drupal Updater registry. 3
drupal_get_filetransfer_info drupal/core/includes/common.inc Assembles the Drupal FileTransfer registry. 2
queue drupal/core/includes/common.inc Instantiates and statically caches the correct class for a queue. 9
config_install_default_config drupal/core/includes/config.inc Installs the default configuration of a given extension. 7
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. 3
config drupal/core/includes/config.inc Retrieves a configuration object. 137 6
config_sync_get_changes drupal/core/includes/config.inc Returns a list of differences between configuration storages. 5
config_sync_changes drupal/core/includes/config.inc Writes an array of config file changes from a source storage to a target storage. 3
config_import drupal/core/includes/config.inc Imports configuration into the active configuration. 4 1
config_import_invoke_owner drupal/core/includes/config.inc Invokes MODULE_config_import() callbacks for configuration changes. 3
config_get_module_config_entities drupal/core/includes/config.inc Return a list of all config entity types provided by a module. 2
db_query drupal/core/includes/database.inc Executes an arbitrary query string against the active database. 93 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. 4
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. 1
db_delete drupal/core/includes/database.inc Returns a new DeleteQuery object for the active database. 2
db_truncate drupal/core/includes/database.inc Returns a new TruncateQuery object for the active database. 1
db_select drupal/core/includes/database.inc Returns a new SelectQuery object for the active database. 121
db_transaction drupal/core/includes/database.inc Returns a new transaction object for the active database. 11
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. 15
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

Pages

Other projects