Search for drupal_get_
- Search 9.5.x for drupal_get_
- Search 8.9.x for drupal_get_
- Search 10.3.x for drupal_get_
- Search 11.x for drupal_get_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_get_bootstrap_phase | function | includes/ |
Returns the current bootstrap phase for this Drupal process. |
drupal_get_breadcrumb | function | includes/ |
Gets the breadcrumb trail for the current page. |
drupal_get_complete_schema | function | includes/ |
Gets the whole database schema. |
drupal_get_css | function | includes/ |
Returns a themed representation of all stylesheets to attach to the page. |
drupal_get_database_types | function | includes/ |
Returns all supported database installer objects that are compiled into PHP. |
drupal_get_destination | function | includes/ |
Prepares a 'destination' URL query parameter for use with drupal_goto(). |
drupal_get_feeds | function | includes/ |
Gets the feed URLs for the current page. |
drupal_get_filename | function | includes/ |
Returns and optionally sets the filename for a system resource. |
drupal_get_filetransfer_info | function | includes/ |
Assembles the Drupal FileTransfer registry. |
drupal_get_form | function | includes/ |
Returns a renderable form array for a given form ID. |
drupal_get_hash_salt | function | includes/ |
Gets a salt useful for hardening against SQL injection. |
drupal_get_html_head | function | includes/ |
Retrieves output to be displayed in the HEAD tag of the HTML page. |
drupal_get_http_header | function | includes/ |
Gets the HTTP response headers for the current page. |
drupal_get_installed_schema_version | function | includes/ |
Returns the currently installed schema version for a module. |
drupal_get_js | function | includes/ |
Returns a themed presentation of all JavaScript code for the current page. |
drupal_get_library | function | includes/ |
Retrieves information for a JavaScript/CSS library. |
drupal_get_messages | function | includes/ |
Returns all messages that have been set with drupal_set_message(). |
drupal_get_normal_path | function | includes/ |
Given a path alias, return the internal path it represents. |
drupal_get_path | function | includes/ |
Returns the path to a system item (module, theme, etc.). |
drupal_get_path_alias | function | includes/ |
Given an internal Drupal path, return the alias set by the administrator. |
drupal_get_private_key | function | includes/ |
Ensures the private key variable used to generate tokens is set. |
drupal_get_profile | function | includes/ |
Gets the name of the currently active installation profile. |
drupal_get_query_array | function | includes/ |
Splits a URL-encoded query string into an array. |
drupal_get_query_parameters | function | includes/ |
Processes a URL query parameter array to remove unwanted elements. |
drupal_get_rdf_namespaces | function | includes/ |
Returns a string containing RDF namespace declarations for use in XML and XHTML output. |
drupal_get_region_content | function | includes/ |
Gets assigned content for a given region. |
drupal_get_schema | function | includes/ |
Gets the schema definition of a table, or the whole database schema. |
drupal_get_schema_unprocessed | function | includes/ |
Returns the unprocessed and unaltered version of a module's schema. |
drupal_get_schema_versions | function | includes/ |
Returns an array of available schema versions for a module. |
drupal_get_title | function | includes/ |
Gets the title of the current page. |
drupal_get_token | function | includes/ |
Generates a token based on $value, the user session, and the private key. |
drupal_get_updaters | function | includes/ |
Assembles the Drupal Updater registry. |
drupal_get_user_timezone | function | includes/ |
Returns the time zone of the current user. |
system_test_drupal_get_filename | function | modules/ |
Page callback to run drupal_get_filename() on a particular module. |
system_test_drupal_get_filename_with_schema_rebuild | function | modules/ |
Page callback to run drupal_get_filename() and do a schema rebuild. |
_drupal_get_cookie_domain | function | includes/ |
Derive the cookie domain to use for session cookies. |
_drupal_get_filename_fallback | function | includes/ |
Performs a cached file system scan as a fallback when searching for a file. |
_drupal_get_filename_fallback_trigger_error | function | includes/ |
Triggers a user-level warning for missing or unexpectedly moved files. |
_drupal_get_filename_perform_file_scan | function | includes/ |
Performs a file system scan to search for a system resource. |
_drupal_get_last_caller | function | includes/ |
Gets the last caller from a backtrace. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.