| api_autocomplete | Prepares a listing of documentation objects for a branch. |
| api_block | Implementation of hook_block(). |
| api_branch_sort | Sort callback for sorting branches. |
| api_class_children | Returns class children with interfaces (recursive). |
| api_class_parents | Returns class parents and interfaces (recursive). |
| api_cron | Implementation of hook_cron(). |
| api_db_rewrite_sql | Implementation of hook_db_rewrite_sql(). |
| api_filename_load | Menu object load callback for %api_filename in menu paths. |
| api_file_link | Returns a link to the file a documentation object is in. |
| api_filter | Implementation of hook_filter(). |
| api_filter_documentation | Turns function names into links for filter. |
| api_get_active_branch | Returns the currently active branch. |
| api_get_branches | Returns a list of all defined branches. |
| api_get_branch_names | Returns the list of currently-used branch names across all projects. |
| api_help | Implementation of hook_help(). |
| api_hide_l | Hides a link for theme('api_expandable'). |
| api_inherited | Get list of inherited members (recursive). |
| api_init | Implementation of hook_init(). |
| api_link_code | Turns function names into links in code. |
| api_link_documentation | Turns function names into links in documentation. |
| api_link_link | Turns text into a link, using the first word as the object name. |
| api_link_name | Links an object name to its documentation. |
| api_menu | Implementation of hook_menu(). |
| api_object_load | Menu object load callback for %api_object in menu paths. |
| api_object_title_and_breadcrumb | Sets the page title and breadcrumb for an object display page. |
| api_opensearch | Page callback for path api/opensearch/[branch] - OpenSearch plugin. |
| api_page_branch | Page callback for api/[branch]: displays the main documentation page. |
| api_page_class | Page callback that displays documentation for a class. |
| api_page_constant | Page callback that displays documentation for a constant. |
| api_page_file | Page callback that displays documentation for a file. |
| api_page_file_source | Page callback that displays source code for a file. |
| api_page_function | Page callback that displays documentation for a function. |
| api_page_function_dump | Page callback for path api/function_dump/[branch]. |
| api_page_global | Page callback that displays documentation for a global. |
| api_page_group | Page callback that displays documentation for a group. |
| api_page_listing | Page callback for displaying documentation for an object. |
| api_page_property | Page callback that displays documentation for a global. |
| api_perm | Implementation of hook_perm(). |
| api_preprocess_api_class_page | Theme preprocess function for api-global-page.tpl.php. |
| api_preprocess_api_constant_page | Theme preprocess function for api-constant-page.tpl.php. |
| api_preprocess_api_function_page | Theme preprocess function for api-function-page.tpl.php. |
| api_preprocess_api_global_page | Theme preprocess function for api-global-page.tpl.php. |
| api_preprocess_api_group_page | Theme preprocess function for api-group-page.tpl.php. |
| api_query_list | Sorts query result by object type. |
| api_related_topics | Lists the topics (groups) that contain the documentation object. |
| api_render_class_hierarchy | Render class hierarchy (recursive). |
| api_render_listing | Renders an overview of documentation objects in a table. |
| api_save_branch | Saves an API branch. |
| api_search_form | Form builder for API search form. |
| api_search_form_submit | Form submission handler for api_search_form(). |
| api_search_listing | Page callback for path api/search/[branch] -- performs a search. |
| api_search_redirect | Page callback for path 'apis'. |
| api_show_l | Shows a link for theme('api_expandable'). |
| api_split | Splits a string using a regular expression and processes the text using
callbacks. |
| api_suggest | Prepares a list of potential documentation matches for OpenSearch. |
| api_switch_project | Returns links to switch projects. |
| api_theme | Implementation of hook_theme(). |
| api_url | Constructs a link to an API object page. |
| _api_add_comments | Renders comments for a documentation object. |
| _api_link_documentation | Recursive internal callback for turning function names into links in code. |