Primary tabs

Name Location Description Direct usessort ascending Strings
menu_get_active_item includes/menu.inc Returns the ID of the active menu item. 2
menu_secondary_links includes/menu.inc Returns an array containing the secondary links. Secondary links can be either a second level of the Primary links menu or generated from their own menu. 2
_menu_get_active_trail includes/menu.inc Returns an array with the menu items that lead to the current menu item. 2
_menu_get_active_trail_in_submenu includes/menu.inc Find the active trail through a specific subsection of the menu tree. 2
_menu_find_parents includes/menu.inc Establish parent-child relationships. 2
module_exist includes/module.inc Determine whether a given module exists. 2
tablesort_init includes/tablesort.inc Initialize the table sort context. 2
theme_get_settings includes/theme.inc Retrieve an associative array containing the settings for a theme. 2
unicode_check includes/unicode.inc Wrapper around _unicode_check(). 2
_unicode_check includes/unicode.inc Perform checks about Unicode support in PHP, and set the right settings if needed. 2
drupal_convert_to_utf8 includes/unicode.inc Convert data to UTF-8 2
mime_header_encode includes/unicode.inc Encodes MIME/HTTP header values that contain non-ASCII, UTF-8 encoded characters. 2
drupal_strtoupper includes/unicode.inc Uppercase a UTF-8 string. 2
xmlrpc_value includes/xmlrpc.inc Recursively turn a data structure into objects with 'data' and 'type' attributes. 2
xmlrpc_value_get_xml includes/xmlrpc.inc Generate XML representing the given value. 2
xmlrpc_message includes/xmlrpc.inc Construct an object representing an XML-RPC message. 2
xmlrpc_errno includes/xmlrpc.inc Returns the last XML-RPC client error number 2
xmlrpc_error_msg includes/xmlrpc.inc Returns the last XML-RPC client error message 2
xmlrpc_date includes/xmlrpc.inc 2
xmlrpc_server_set includes/xmlrpcs.inc Store a copy of the request temporarily. 2
xmlrpc_server_output includes/xmlrpcs.inc 2
_update_178_url_fix database/updates.inc 2
_update_178_url_formats database/updates.inc 2
update_do_updates ./update.php Perform updates for one second or until finished. 2
update_convert_table_utf8 ./update.php Convert a single MySQL table to UTF-8. 2
_phptemplate_default_variables themes/engines/phptemplate/phptemplate.engine Adds additional helper variables to all templates. 1
aggregator_save_category modules/aggregator.module Add/edit/delete aggregator categories. 1
aggregator_save_feed modules/aggregator.module Add/edit/delete an aggregator feed. 1
aggregator_parse_w3cdtf modules/aggregator.module Parse the W3C date/time format, a subset of ISO 8601. PHP date parsing functions do not handle this format. See http://www.w3.org/TR/NOTE-datetime for more information. Originally from MagpieRSS (http://magpierss.sourceforge.net/). 1
aggregator_remove modules/aggregator.module 1
aggregator_save_item modules/aggregator.module 1
aggregator_view modules/aggregator.module 1
archive_browse_form modules/archive.module Generate a form that retrieves archives for a certain date. 1
_block_rehash modules/block.module Update the 'blocks' DB table with the blocks currently exported by modules. 1
block_box_get modules/block.module 1
block_box_form modules/block.module 1
blog_feed_user modules/blog.module Displays an RSS feed containing recent blog entries of a given user. 1
blogapi_blogger_new_post modules/blogapi.module Blogging API callback. Inserts a new blog post as a node. 1 1
blogapi_blogger_edit_post modules/blogapi.module Blogging API callback. Modifies the specified blog node. 1 1
blogapi_blogger_get_post modules/blogapi.module Blogging API callback. Returns a specified blog node. 1 1
blogapi_metaweblog_get_category_list modules/blogapi.module Blogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node. 1 1
_blogapi_get_node_types modules/blogapi.module 1
book_load modules/book.module Implementation of hook_load(). 1
book_location_down modules/book.module Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it. 1
book_toc_recurse modules/book.module This is a helper function for book_toc(). 1
book_toc modules/book.module Returns an array of titles and nid entries of book pages in table of contents order. 1
book_tree modules/book.module Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree. 1
book_recurse modules/book.module Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated… 1
book_admin_edit modules/book.module Display an administrative view of the hierarchy of a book. 1 1
_book_admin_table_tree modules/book.module 1

Pages

Other projects