|
drupal_get_breadcrumb |
drupal-6.x/includes/common.inc |
Get the breadcrumb trail for the current page. |
2 |
|
|
drupal_get_content |
drupal-6.x/includes/common.inc |
Get assigned content. |
2 |
|
|
drupal_get_css |
drupal-6.x/includes/common.inc |
Returns a themed representation of all stylesheets that should be attached to the page. |
4 |
|
|
drupal_get_destination |
drupal-6.x/includes/common.inc |
Prepare a destination query string for use in combination with drupal_goto(). |
16 |
|
|
drupal_get_feeds |
drupal-6.x/includes/common.inc |
Get the feed URLs for the current page. |
2 |
|
|
drupal_get_filename |
drupal-6.x/includes/bootstrap.inc |
Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
5 |
|
|
drupal_get_form |
drupal-6.x/includes/form.inc |
Retrieves a form from a constructor function, or from the cache if
the form was built in a previous page-load. The form is then passed
on for processing, after and rendered for display if necessary. |
49 |
24 |
|
drupal_get_headers |
drupal-6.x/includes/common.inc |
Get the HTTP response headers for the current page. |
1 |
|
|
drupal_get_html_head |
drupal-6.x/includes/common.inc |
Retrieve output to be displayed in the head tag of the HTML page. |
4 |
|
|
drupal_get_installed_schema_version |
drupal-6.x/includes/install.inc |
Returns the currently installed schema version for a module. |
6 |
|
|
drupal_get_install_files |
drupal-6.x/includes/install.inc |
Get list of all .install files. |
2 |
|
|
drupal_get_js |
drupal-6.x/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
4 |
|
|
drupal_get_messages |
drupal-6.x/includes/bootstrap.inc |
Return all messages that have been set. |
2 |
|
|
drupal_get_normal_path |
drupal-6.x/includes/path.inc |
Given a path alias, return the internal path it represents. |
9 |
|
|
drupal_get_path |
drupal-6.x/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
42 |
|
|
drupal_get_path_alias |
drupal-6.x/includes/path.inc |
Given an internal Drupal path, return the alias set by the administrator. |
4 |
|
|
drupal_get_private_key |
drupal-6.x/includes/common.inc |
Ensure the private key variable used to generate tokens is set. |
2 |
|
|
drupal_get_schema |
drupal-6.x/includes/common.inc |
Get the schema definition of a table, or the whole database schema. |
2 |
|
|
drupal_get_schema_unprocessed |
drupal-6.x/includes/common.inc |
Returns the unprocessed and unaltered version of a module's schema. |
5 |
|
|
drupal_get_schema_versions |
drupal-6.x/includes/install.inc |
Returns an array of available schema versions for a module. |
5 |
|
|
drupal_get_title |
drupal-6.x/includes/path.inc |
Get the title of the current page, for display on the page and in the title bar. |
4 |
|
|
drupal_get_token |
drupal-6.x/includes/common.inc |
Generate a token based on $value, the current user session and private key. |
6 |
|
|
drupal_goto |
drupal-6.x/includes/common.inc |
Send the user to a different Drupal page. |
28 |
1 |
|
drupal_help_arg |
drupal-6.x/includes/menu.inc |
Generates elements for the $arg array in the help hook. |
5 |
|
|
drupal_html_to_text |
drupal-6.x/includes/mail.inc |
Transform an HTML string into plain text, preserving the structure of the
markup. Useful for preparing the body of a node to be sent by e-mail. |
2 |
|
|
drupal_http_request |
drupal-6.x/includes/common.inc |
Perform an HTTP request. |
7 |
|
|
drupal_implode_tags |
drupal-6.x/includes/common.inc |
Implode an array of tags into a string. |
2 |
|
|
drupal_init_language |
drupal-6.x/includes/bootstrap.inc |
Choose a language for the current page, based on site and user preferences. |
5 |
|
|
drupal_init_path |
drupal-6.x/includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
1 |
|
|
drupal_install_fix_file |
drupal-6.x/includes/install.inc |
Attempt to fix file permissions. |
1 |
|
|
drupal_install_mkdir |
drupal-6.x/includes/install.inc |
Create a directory with specified permissions. |
1 |
|
|
drupal_install_modules |
drupal-6.x/includes/install.inc |
Calls the install function and updates the system table for a given list of
modules. |
2 |
|
|
drupal_install_profile_name |
drupal-6.x/includes/install.inc |
Loads the profile definition, extracting the profile's defined name. |
4 |
|
|
drupal_install_schema |
drupal-6.x/includes/common.inc |
Create all tables that a module defines in its hook_schema(). |
18 |
|
|
drupal_install_system |
drupal-6.x/includes/install.inc |
Callback to install the system module. |
1 |
|
|
drupal_is_denied |
drupal-6.x/includes/bootstrap.inc |
Perform an access check for a given mask and rule type. Rules are usually
created via admin/user/rules page. |
7 |
|
|
drupal_is_front_page |
drupal-6.x/includes/path.inc |
Check if the current page is the front page. |
9 |
|
|
drupal_json |
drupal-6.x/includes/common.inc |
Return data in JSON format. |
8 |
1 |
|
drupal_load |
drupal-6.x/includes/bootstrap.inc |
Includes a file with the provided type and name. This prevents
including a theme, engine, module, etc., more than once. |
11 |
|
|
drupal_load_stylesheet |
drupal-6.x/includes/common.inc |
Loads the stylesheet and resolves all @import commands. |
3 |
|
|
drupal_load_updates |
drupal-6.x/includes/install.inc |
Initialize the update system by loading all installed module's .install files. |
2 |
|
|
drupal_lookup_path |
drupal-6.x/includes/path.inc |
Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
3 |
|
|
drupal_mail |
drupal-6.x/includes/mail.inc |
Compose and optionally send an e-mail message. |
6 |
|
|
drupal_mail_send |
drupal-6.x/includes/mail.inc |
Send an e-mail message, using Drupal variables and default settings.
More information in the <a href="http://php.net/manual/en/function.mail.php">
PHP function reference for mail()</a>. See drupal_mail() for information on
how… |
1 |
|
|
drupal_maintenance_theme |
drupal-6.x/includes/bootstrap.inc |
Enables use of the theme system without requiring database access. |
5 |
|
|
drupal_map_assoc |
drupal-6.x/includes/common.inc |
Form an associative array from a linear array. |
25 |
|
|
drupal_match_path |
drupal-6.x/includes/path.inc |
Check if a path matches any pattern in a set of patterns. |
1 |
|
|
drupal_not_found |
drupal-6.x/includes/common.inc |
Generates a 404 error if the request can not be handled. |
18 |
|
|
drupal_page_cache_header |
drupal-6.x/includes/bootstrap.inc |
Set HTTP headers in preparation for a cached page response. |
1 |
|
|
drupal_page_footer |
drupal-6.x/includes/common.inc |
Perform end-of-request tasks. |
1 |
|