Primary tabs

Namesort descending Location Description Direct uses Strings
db_version includes/database.pgsql.inc Returns the version of the database server currently in use. 3
db_version includes/database.mysql.inc Returns the version of the database server currently in use. 3
decode_entities includes/unicode.inc Decode all HTML entities (including numerical ones) to regular UTF-8 bytes. Double-escaped entities will only be decoded once ("&amp;lt;" becomes "&lt;", not "<"). 7
default_profile_details profiles/default/default.profile Return a description of the profile for the initial installation screen.
default_profile_final profiles/default/default.profile Perform any final installation tasks for this profile.
default_profile_modules profiles/default/default.profile Return an array of the modules to be enabled when this profile is installed.
do_search modules/search/search.module Do a query on the full-text search index for a word or words.
drupal_access_denied includes/common.inc Generates a 403 error if the request is not allowed. 5
drupal_add_css includes/common.inc Adds a CSS file to the stylesheet queue. 15
drupal_add_feed includes/common.inc Add a feed URL for the current page. 7
drupal_add_js includes/common.inc Add a JavaScript file, setting or inline code to the page. 9
drupal_add_link includes/common.inc Add a <link> tag to the page's HEAD. 3
drupal_anonymous_user includes/bootstrap.inc Generates a default anonymous $user object. 2
drupal_attributes includes/common.inc Format an attribute string to insert in a tag. 19
drupal_auth modules/drupal/drupal.module Implementation of hook_auth().
drupal_bootstrap includes/bootstrap.inc A string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without… 9
drupal_build_css_cache includes/common.inc Aggregate and optimize CSS files, putting them in the files directory. 1
drupal_check_module includes/install.inc Check a module's requirements.
drupal_check_profile includes/install.inc Check a profile's requirements. 1
drupal_clear_css_cache includes/common.inc Delete all cached CSS files. 3
drupal_clear_path_cache includes/common.inc Reset the static variable which holds the aliases mapped for this request. 1
drupal_client_page modules/drupal/drupal.module Formats a list of all clients.
drupal_client_ping modules/drupal/drupal.module Callback function from drupal_xmlrpc() called when another site pings this one. 1
drupal_clone includes/common.inc Provide a substitute clone() function for PHP4. 4
drupal_convert_to_utf8 includes/unicode.inc Convert data to UTF-8 2
drupal_cron modules/drupal/drupal.module Implementation of hook_cron(); handles pings to and from the site.
drupal_cron_cleanup includes/common.inc Shutdown function for cron cleanup.
drupal_cron_run includes/common.inc Executes a cron run when called 1
drupal_detect_baseurl includes/install.inc Auto detect the base_url with PHP predefined variables.
drupal_detect_database_types includes/install.inc Detect all databases supported by Drupal that are compiled into the current PHP installation. 2
drupal_distributed_authentication_settings modules/drupal/drupal.module 1
drupal_eval includes/common.inc Evaluate a string of PHP code.
drupal_execute includes/form.inc Retrieves a form using a form_id, populates it with $form_values, processes it, and returns any validation errors encountered. This function is the programmatic counterpart to drupal_get_form().
drupal_final_markup includes/common.inc Make any final alterations to the rendered xhtml. 1
drupal_get_breadcrumb includes/common.inc Get the breadcrumb trail for the current page. 3
drupal_get_content includes/common.inc Get assigned content. 1
drupal_get_css includes/common.inc Returns a themed representation of all stylesheets that should be attached to the page. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles… 5
drupal_get_destination includes/common.inc Prepare a destination query string for use in combination with drupal_goto(). Used to direct the user back to the referring page after completing a form. By default the current URL is returned. If a destination exists in the previous request, that… 8
drupal_get_feeds includes/common.inc Get the feed URLs for the current page. 3
drupal_get_filename 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. 6
drupal_get_form includes/form.inc Retrieves a form from a builder function, passes it on for processing, and renders the form or redirects to its destination as appropriate. In multi-step form scenarios, it handles properly processing the values using the previous step's form… 29 22
drupal_get_headers includes/common.inc Get the HTTP response headers for the current page. 1
drupal_get_html_head includes/common.inc Retrieve output to be displayed in the head tag of the HTML page. 5
drupal_get_installed_schema_version includes/install.inc Returns the currently installed schema version for a module. 2
drupal_get_install_files includes/install.inc Get list of all .install files. 2
drupal_get_js includes/common.inc Returns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript… 6
drupal_get_messages includes/bootstrap.inc Return all messages that have been set.
drupal_get_normal_path includes/path.inc Given a path alias, return the internal path it represents. 5
drupal_get_path includes/common.inc Returns the path to a system item (module, theme, etc.). 18
drupal_get_path_alias includes/path.inc Given an internal Drupal path, return the alias set by the administrator. 3

Pages

Other projects