|
drupal_page_header |
drupal-6.x/includes/bootstrap.inc |
Set HTTP headers in preparation for a page response. |
3 |
|
|
drupal_parse_info_file |
drupal-6.x/includes/common.inc |
Parse Drupal info file format. |
4 |
|
|
drupal_prepare_form |
drupal-6.x/includes/form.inc |
Prepares a structured form array by adding required elements,
executing any hook_form_alter functions, and optionally inserting
a validation token to prevent tampering. |
4 |
|
|
drupal_process_form |
drupal-6.x/includes/form.inc |
This function is the heart of form API. The form gets built, validated and in
appropriate cases, submitted. |
4 |
|
|
drupal_query_string_encode |
drupal-6.x/includes/common.inc |
Parse an array into a valid urlencoded query string. |
5 |
|
|
drupal_random_bytes |
drupal-6.x/includes/bootstrap.inc |
Returns a string of highly randomized bytes (over the full 8-bit range). |
5 |
|
|
drupal_random_key |
drupal-6.x/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
3 |
|
|
drupal_rebuild_form |
drupal-6.x/includes/form.inc |
Retrieves a form, caches it and processes it with an empty $_POST. |
2 |
|
|
drupal_rebuild_theme_registry |
drupal-6.x/includes/theme.inc |
Force the system to rebuild the theme registry; this should be called
when modules are added to the system, or when a dynamic system needs
to add more theme hooks. |
4 |
|
|
drupal_redirect_form |
drupal-6.x/includes/form.inc |
Redirect the user to a URL after a form has been processed. |
3 |
|
|
drupal_render |
drupal-6.x/includes/common.inc |
Renders HTML given a structured array tree. |
47 |
|
|
drupal_render_form |
drupal-6.x/includes/form.inc |
Renders a structured form array into themed HTML. |
1 |
|
|
drupal_required_modules |
drupal-6.x/includes/module.inc |
Array of modules required by core. |
3 |
|
|
drupal_requirements_severity |
drupal-6.x/includes/install.inc |
Extract highest severity from requirements array. |
4 |
|
|
drupal_retrieve_form |
drupal-6.x/includes/form.inc |
Retrieves the structured array that defines a given form. |
1 |
3 |
|
drupal_rewrite_settings |
drupal-6.x/includes/install.inc |
Read settings.php into a buffer line by line, changing values specified in
$settings array, then over-writing the old settings.php file. |
1 |
|
|
drupal_schema_fields_sql |
drupal-6.x/includes/common.inc |
Retrieve a list of fields from a table schema. The list is suitable for use in a SQL query. |
1 |
|
|
drupal_set_breadcrumb |
drupal-6.x/includes/common.inc |
Set the breadcrumb trail for the current page. |
7 |
|
|
drupal_set_content |
drupal-6.x/includes/common.inc |
Set content for a specified region. |
4 |
|
|
drupal_set_header |
drupal-6.x/includes/common.inc |
Set an HTTP response header for the current page. |
14 |
|
|
drupal_set_html_head |
drupal-6.x/includes/common.inc |
Add output to the head tag of the HTML page. |
6 |
|
|
drupal_set_installed_schema_version |
drupal-6.x/includes/install.inc |
Update the installed version information for a module. |
5 |
|
|
drupal_set_message |
drupal-6.x/includes/bootstrap.inc |
Set a message which reflects the status of the performed operation. |
169 |
|
|
drupal_set_title |
drupal-6.x/includes/path.inc |
Set the title of the current page, for display on the page and in the title bar. |
58 |
|
|
drupal_site_offline |
drupal-6.x/includes/common.inc |
Generates a site off-line message. |
1 |
|
|
drupal_strlen |
drupal-6.x/includes/unicode.inc |
Count the amount of characters in a UTF-8 string. This is less than or
equal to the byte count. |
9 |
|
|
drupal_strtolower |
drupal-6.x/includes/unicode.inc |
Lowercase a UTF-8 string. |
8 |
|
|
drupal_strtoupper |
drupal-6.x/includes/unicode.inc |
Uppercase a UTF-8 string. |
2 |
1 |
|
drupal_substr |
drupal-6.x/includes/unicode.inc |
Cut off a piece of a string based on character indices and counts. Follows
the same behavior as PHP's own substr() function. |
5 |
|
|
drupal_system_listing |
drupal-6.x/includes/common.inc |
Return an array of system file objects. |
5 |
|
|
drupal_test_mysql |
drupal-6.x/includes/install.mysql.inc |
Check if we can connect to MySQL. |
|
|
|
drupal_test_mysqli |
drupal-6.x/includes/install.mysqli.inc |
Check if we can connect to MySQL. |
|
|
|
drupal_test_pgsql |
drupal-6.x/includes/install.pgsql.inc |
Check if we can connect to PostgreSQL. |
|
|
|
drupal_to_js |
drupal-6.x/includes/common.inc |
Converts a PHP variable into its Javascript equivalent. |
4 |
|
|
drupal_truncate_bytes |
drupal-6.x/includes/unicode.inc |
Truncate a UTF-8-encoded string safely to a number of bytes. |
1 |
|
|
drupal_ucfirst |
drupal-6.x/includes/unicode.inc |
Capitalize the first letter of a UTF-8 string. |
5 |
|
|
drupal_uninstall_module |
drupal-6.x/includes/install.inc |
Calls the uninstall function and updates the system table for a given module. |
1 |
|
|
drupal_uninstall_schema |
drupal-6.x/includes/common.inc |
Remove all tables that a module defines in its hook_schema(). |
16 |
|
|
drupal_unpack |
drupal-6.x/includes/bootstrap.inc |
Unserializes and appends elements from a serialized string. |
6 |
|
|
drupal_unset_globals |
drupal-6.x/includes/bootstrap.inc |
Unsets all disallowed global variables. See $allowed for what's allowed. |
1 |
|
|
drupal_urlencode |
drupal-6.x/includes/common.inc |
Wrapper around urlencode() which avoids Apache quirks. |
1 |
|
|
drupal_validate_form |
drupal-6.x/includes/form.inc |
Validates user-submitted form data from the $form_state using
the validate functions defined in a structured form array. |
3 |
|
|
drupal_validate_utf8 |
drupal-6.x/includes/bootstrap.inc |
Checks whether a string is valid UTF-8. |
1 |
|
|
drupal_valid_http_host |
drupal-6.x/includes/bootstrap.inc |
Validate that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
1 |
|
|
drupal_valid_token |
drupal-6.x/includes/common.inc |
Validate a token based on $value, the current user session and private key. |
4 |
|
|
drupal_verify_install_file |
drupal-6.x/includes/install.inc |
Verify the state of the specified file. |
3 |
|
|
drupal_verify_profile |
drupal-6.x/includes/install.inc |
Verify a profile for installation. |
1 |
|
|
drupal_wrap_mail |
drupal-6.x/includes/mail.inc |
Perform format=flowed soft wrapping for mail (RFC 3676). |
2 |
|
|
drupal_write_record |
drupal-6.x/includes/common.inc |
Save a record to the database based upon the schema. |
8 |
|
|
drupal_xml_parser_create |
drupal-6.x/includes/unicode.inc |
Prepare a new XML parser. |
1 |
|