|
drupal_environment_initialize |
drupal-7.x/includes/bootstrap.inc |
Initializes the PHP environment. |
1 |
|
|
drupal_error_levels |
drupal-7.x/includes/errors.inc |
Maps PHP error constants to watchdog severity levels. |
1 |
|
|
drupal_exit |
drupal-7.x/includes/common.inc |
Performs end-of-request tasks. |
21 |
|
|
drupal_explode_tags |
drupal-7.x/includes/common.inc |
Explodes a string of tags into an array. |
6 |
|
|
drupal_fast_404 |
drupal-7.x/includes/bootstrap.inc |
Returns a simple 404 Not Found page. |
1 |
|
|
drupal_find_base_themes |
drupal-7.x/includes/theme.inc |
Find all the base themes for the specified theme. |
3 |
|
|
drupal_find_theme_functions |
drupal-7.x/includes/theme.inc |
Allows themes and/or theme engines to discover overridden theme functions. |
1 |
|
|
drupal_find_theme_templates |
drupal-7.x/includes/theme.inc |
Allows themes and/or theme engines to easily discover overridden templates. |
1 |
|
|
drupal_flush_all_caches |
drupal-7.x/includes/common.inc |
Flushes all cached data on the site. |
13 |
|
|
drupal_form_submit |
drupal-7.x/includes/form.inc |
Retrieves, populates, and processes a form. |
6 |
|
|
drupal_generate_test_ua |
drupal-7.x/includes/bootstrap.inc |
Generates a user agent string with a HMAC and timestamp for simpletest. |
3 |
|
|
drupal_get_bootstrap_phase |
drupal-7.x/includes/bootstrap.inc |
Returns the current bootstrap phase for this Drupal process. |
4 |
|
|
drupal_get_breadcrumb |
drupal-7.x/includes/common.inc |
Gets the breadcrumb trail for the current page. |
1 |
|
|
drupal_get_complete_schema |
drupal-7.x/includes/bootstrap.inc |
Gets the whole database schema. |
2 |
|
|
drupal_get_css |
drupal-7.x/includes/common.inc |
Returns a themed representation of all stylesheets to attach to the page. |
14 |
|
|
drupal_get_database_types |
drupal-7.x/includes/install.inc |
Returns all supported database installer objects that are compiled into PHP. |
3 |
|
|
drupal_get_destination |
drupal-7.x/includes/common.inc |
Prepares a 'destination' URL query parameter for use with drupal_goto(). |
28 |
|
|
drupal_get_feeds |
drupal-7.x/includes/common.inc |
Gets the feed URLs for the current page. |
1 |
|
|
drupal_get_filename |
drupal-7.x/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
6 |
1 |
|
drupal_get_filetransfer_info |
drupal-7.x/includes/common.inc |
Assembles the Drupal FileTransfer registry. |
2 |
|
|
drupal_get_form |
drupal-7.x/includes/form.inc |
Returns a renderable form array for a given form ID. |
47 |
34 |
|
drupal_get_hash_salt |
drupal-7.x/includes/bootstrap.inc |
Gets a salt useful for hardening against SQL injection. |
6 |
|
|
drupal_get_html_head |
drupal-7.x/includes/common.inc |
Retrieves output to be displayed in the HEAD tag of the HTML page. |
4 |
|
|
drupal_get_http_header |
drupal-7.x/includes/bootstrap.inc |
Gets the HTTP response headers for the current page. |
5 |
|
|
drupal_get_installed_schema_version |
drupal-7.x/includes/install.inc |
Returns the currently installed schema version for a module. |
16 |
|
|
drupal_get_js |
drupal-7.x/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
17 |
|
|
drupal_get_library |
drupal-7.x/includes/common.inc |
Retrieves information for a JavaScript/CSS library. |
5 |
1 |
|
drupal_get_messages |
drupal-7.x/includes/bootstrap.inc |
Returns all messages that have been set with drupal_set_message(). |
6 |
|
|
drupal_get_normal_path |
drupal-7.x/includes/path.inc |
Given a path alias, return the internal path it represents. |
12 |
|
|
drupal_get_path |
drupal-7.x/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
172 |
1 |
|
drupal_get_path_alias |
drupal-7.x/includes/path.inc |
Given an internal Drupal path, return the alias set by the administrator. |
6 |
|
|
drupal_get_private_key |
drupal-7.x/includes/common.inc |
Ensures the private key variable used to generate tokens is set. |
4 |
|
|
drupal_get_profile |
drupal-7.x/includes/common.inc |
Gets the name of the currently active installation profile. |
15 |
|
|
drupal_get_query_array |
drupal-7.x/includes/common.inc |
Splits a URL-encoded query string into an array. |
3 |
|
|
drupal_get_query_parameters |
drupal-7.x/includes/common.inc |
Processes a URL query parameter array to remove unwanted elements. |
11 |
|
|
drupal_get_rdf_namespaces |
drupal-7.x/includes/common.inc |
Returns a string containing RDF namespace declarations for use in XML and
XHTML output. |
1 |
|
|
drupal_get_region_content |
drupal-7.x/includes/common.inc |
Gets assigned content for a given region. |
2 |
|
|
drupal_get_schema |
drupal-7.x/includes/bootstrap.inc |
Gets the schema definition of a table, or the whole database schema. |
24 |
|
|
drupal_get_schema_unprocessed |
drupal-7.x/includes/common.inc |
Returns the unprocessed and unaltered version of a module's schema. |
10 |
|
|
drupal_get_schema_versions |
drupal-7.x/includes/install.inc |
Returns an array of available schema versions for a module. |
7 |
|
|
drupal_get_title |
drupal-7.x/includes/bootstrap.inc |
Gets the title of the current page. |
9 |
|
|
drupal_get_token |
drupal-7.x/includes/common.inc |
Generates a token based on $value, the user session, and the private key. |
15 |
|
|
drupal_get_updaters |
drupal-7.x/includes/common.inc |
Assembles the Drupal Updater registry. |
3 |
|
|
drupal_get_user_timezone |
drupal-7.x/includes/bootstrap.inc |
Returns the time zone of the current user. |
4 |
|
|
drupal_goto |
drupal-7.x/includes/common.inc |
Sends the user to a different page. |
44 |
5 |
|
drupal_group_css |
drupal-7.x/includes/common.inc |
Default callback to group CSS items. |
|
1 |
|
drupal_hash_base64 |
drupal-7.x/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
27 |
|
|
drupal_help_arg |
drupal-7.x/includes/menu.inc |
Generates elements for the $arg array in the help hook. |
5 |
|
|
drupal_hmac_base64 |
drupal-7.x/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hmac. |
7 |
|
|
drupal_html_class |
drupal-7.x/includes/common.inc |
Prepares a string for use as a valid class name. |
12 |
|