Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
xmlrpc_server_method_help drupal/includes/xmlrpcs.inc Returns the help for an XML-RPC method. 1
_batch_shutdown drupal/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
file_get_stream_wrappers drupal/includes/file.inc Provides Drupal stream wrapper registry. 7 1
file_download drupal/includes/file.inc Menu handler for private file transfers. 1 1
file_scan_directory drupal/includes/file.inc Finds all files that match a given mask in a given directory. 26 1
xmlrpc_message_tag_open drupal/includes/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_cdata drupal/includes/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_tag_close drupal/includes/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse(). 1
language_types_configurable drupal/includes/language.inc Returns only the configurable language types. 7 1
language_from_default drupal/includes/language.inc Returns the default language negotiation provider. 1
drupal_theme_access drupal/includes/theme.inc Determines if a theme is available to use. 6 1
theme_get_registry drupal/includes/theme.inc Gets the theme registry. 8 1
list_themes drupal/includes/theme.inc Returns a list of all currently available themes. 26 1
theme_render_template drupal/includes/theme.inc Renders a system default template, which is essentially a PHP template. 1
theme_link drupal/includes/theme.inc Returns HTML for a link. 1
_fix_gpc_magic drupal/includes/common.inc Strips slashes from a string or array of strings. 1
_fix_gpc_magic_files drupal/includes/common.inc Strips slashes from $_FILES items. 1
filter_xss_admin drupal/includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use. 23 1
_filter_xss_split drupal/includes/common.inc Processes an HTML tag. 1 1
_format_date_callback drupal/includes/common.inc Translates a formatted date string. 1 1
format_username drupal/includes/common.inc Format a username. 31 1
url_is_external drupal/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 12 1
drupal_get_path drupal/includes/common.inc Returns the path to a system item (module, theme, etc.). 170 1
drupal_group_css drupal/includes/common.inc Default callback to group CSS items. 1
drupal_aggregate_css drupal/includes/common.inc Default callback to aggregate CSS files and inline content. 1
drupal_pre_render_styles drupal/includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered. 1
_drupal_load_stylesheet drupal/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
drupal_clear_css_cache drupal/includes/common.inc Deletes old cached CSS files. 3 1
drupal_clear_js_cache drupal/includes/common.inc Deletes old cached JavaScript files and variables. 1 1
drupal_json_output drupal/includes/common.inc Returns data in JSON format. 21 1
drupal_system_listing drupal/includes/common.inc Returns information about system object files (modules, themes, etc.). 7 1
drupal_pre_render_conditional_comments drupal/includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix. 1
drupal_pre_render_link drupal/includes/common.inc #pre_render callback to render a link into #markup. 1
drupal_pre_render_markup drupal/includes/common.inc #pre_render callback to append contents in #markup to #children. 1
drupal_render drupal/includes/common.inc Renders HTML given a structured array tree. 91 1
render drupal/includes/common.inc Renders an element. 23 1
drupal_sort_title drupal/includes/common.inc Array sorting callback; sorts elements by 'title' key. 1
element_property drupal/includes/common.inc Checks if the key is a property. 1
entity_get_info drupal/includes/common.inc Get the entity info array of an entity type. 37 1
entity_label drupal/includes/common.inc Returns the label of an entity. 1 1
menu_tree drupal/includes/menu.inc Renders a menu tree based on the current path. 3 1
menu_tree_all_data drupal/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_page_data drupal/includes/menu.inc Gets the data structure for a named menu tree, based on the current page. 3 1
_menu_build_tree drupal/includes/menu.inc Builds a menu tree. 1 1
menu_get_names drupal/includes/menu.inc Build a list of named menus. 2 1
menu_set_active_trail drupal/includes/menu.inc Sets the active trail (path to the menu tree root) of the current page. 1 1
menu_link_get_preferred drupal/includes/menu.inc Looks up the preferred menu link for a given system path. 2 1
menu_get_active_title drupal/includes/menu.inc Gets the title of the current page, as determined by the active trail. 1 1
_menu_set_expanded_menus drupal/includes/menu.inc Updates a list of menus with expanded items. 1 1
_theme_load_offline_registry drupal/includes/theme.maintenance.inc Builds the registry when the site needs to bypass any database calls. 1

Pages

Other projects