Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
get_t drupal/core/includes/bootstrap.inc Returns the name of the proper localization function. 28
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types and sets the default langcode. 8
language Deprecated drupal/core/includes/bootstrap.inc Returns the language object for a given language type. 53 72
language_types_get_all drupal/core/includes/bootstrap.inc Returns an array of the available language types. 5
language_types_get_default drupal/core/includes/bootstrap.inc Returns a list of the built-in language types. 6
language_multilingual drupal/core/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 16
language_list drupal/core/includes/bootstrap.inc Returns a list of languages set up on the site. 87 22
language_default_locked_languages drupal/core/includes/bootstrap.inc Returns a list of the default locked languages. 5
language_load drupal/core/includes/bootstrap.inc Loads a language object from the database. 41
language_name drupal/core/includes/bootstrap.inc Produced the printed name for a language for display. 4
language_is_locked drupal/core/includes/bootstrap.inc Checks if a language is locked. 4
language_default drupal/core/includes/bootstrap.inc Returns the default language used on the site. 16 8
_language_resolved_path drupal/core/includes/bootstrap.inc Stores or retrieves the path derived during language negotiation.
request_path drupal/core/includes/bootstrap.inc Returns the requested URL path of the page being viewed. 2
_current_path drupal/core/includes/bootstrap.inc @todo This is a temporary function pending refactoring Drupal to use Symfony's Request object exclusively. 12
arg drupal/core/includes/bootstrap.inc Returns a component of the current Drupal path. 23 1
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 12
drupal_classloader_register drupal/core/includes/bootstrap.inc Registers an additional namespace. 3
drupal_static drupal/core/includes/bootstrap.inc Provides central static variable storage. 159
drupal_static_reset drupal/core/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 106
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 3
drupal_placeholder drupal/core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 5
drupal_register_shutdown_function drupal/core/includes/bootstrap.inc Registers a function for execution on shutdown. 10
_drupal_shutdown_function drupal/core/includes/bootstrap.inc Executes registered shutdown functions. 1
drupal_check_memory_limit drupal/core/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
lock Deprecated drupal/core/includes/bootstrap.inc Get locking layer instance. 5
cache drupal/core/includes/cache.inc Instantiates and statically caches the correct class for a cache bin. 3 41
cache_invalidate_tags Deprecated drupal/core/includes/cache.inc Marks cache items from all bins with any of the specified tags as invalid. 25 1
drupal_add_region_content drupal/core/includes/common.inc Adds content to a specified region. 4
drupal_get_region_content drupal/core/includes/common.inc Gets assigned content for a given region. 2
drupal_get_profile drupal/core/includes/common.inc Gets the name of the currently active installation profile. 15
drupal_set_breadcrumb drupal/core/includes/common.inc Sets the breadcrumb trail for the current page. 8
drupal_get_breadcrumb drupal/core/includes/common.inc Gets the breadcrumb trail for the current page. 2
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 11
_drupal_default_html_head drupal/core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page. 1
drupal_get_html_head drupal/core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page. 4
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 7
drupal_get_feeds drupal/core/includes/common.inc Gets the feed URLs for the current page. 1
drupal_get_query_parameters drupal/core/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 11
drupal_get_query_array drupal/core/includes/common.inc Splits a URL-encoded query string into an array. 4
drupal_http_build_query Deprecated drupal/core/includes/common.inc Parses an array into a valid, rawurlencoded query string. 10
drupal_get_destination drupal/core/includes/common.inc Prepares a 'destination' URL query parameter for use with drupal_goto(). 42 1
drupal_parse_url drupal/core/includes/common.inc Parses a system URL string into an associative array suitable for url(). 8
drupal_encode_path drupal/core/includes/common.inc Encodes a Drupal path for use in a URL. 4
drupal_goto drupal/core/includes/common.inc Sends the user to a different Drupal page. 28 4
_external_url_is_local drupal/core/includes/common.inc Determines if an external URL points to this Drupal installation. 1
_drupal_http_use_proxy drupal/core/includes/common.inc Helper function for determining hosts excluded from needing a proxy.
valid_email_address drupal/core/includes/common.inc Verifies the syntax of the given e-mail address. 4
valid_url Deprecated drupal/core/includes/common.inc Verifies the syntax of the given URL. 3
valid_number_step drupal/core/includes/common.inc Verifies that a number is a multiple of a given step. 3

Pages

Other projects