| backtrace_error_handler | |
| dargs | Prints the arguments passed into the current function |
| dd | |
| ddebug_backtrace | Print the function call stack. |
| devel_admin_settings | |
| devel_block_configure | Implements hook_block_configure(). |
| devel_block_info | |
| devel_block_save | |
| devel_block_switch_user | |
| devel_block_view | |
| devel_boot | Implements hook_boot(). Runs even for cached pages. |
| devel_cache_clear | Menu callback; clears all caches, then redirects to the previous page. |
| devel_code_coverage_enabled | |
| devel_devel_themer_toggle | |
| devel_display_source | Page callback to display syntax hilighted source code |
| devel_doc_function_form | |
| devel_doc_function_form_submit | |
| devel_elements_page | |
| devel_execute_form | Generates the execute block form. |
| devel_execute_form_submit | Process PHP execute form submissions. |
| devel_exit | |
| devel_field_info_page | |
| devel_form_alter | TODO: I switched params as per http://drupal.org/node/144132#form-alter but needs work still
Implements hook_form_alter(). |
| devel_function_reference | Returns a list of all currently defined user functions in the current
request lifecycle, with links their documentation. |
| devel_get_core_version | |
| devel_help | Implements hook_help(). |
| devel_highlight_file | Return PHP highlighted file |
| devel_init | Implements hook_init(). |
| devel_is_compatible_optimizer | |
| devel_load_object | Menu callback; prints the loaded structure of the current node/user. |
| devel_menu | Implementationation of hook_menu(). |
| devel_menu_link_alter | An Implements hook_menu_link_alter(). Flag this link as needing alter at display time.
This is more robust that setting alter in hook_menu(). See devel_translated_menu_link_alter(). |
| devel_menu_need_destination | |
| devel_menu_rebuild | Menu callback; clear the database, resetting the menu to factory defaults. |
| devel_menu_title_theme_developer | |
| devel_page_alter | |
| devel_permission | Implement hook_permission(). |
| devel_phpinfo | |
| devel_print_object | Display an object or array |
| devel_query_enabled | |
| devel_query_summary | |
| devel_query_table | Adds a table at the bottom of the page cataloguing data on all the database queries that were made to
generate the page. |
| devel_rebuild_node_comment_statistics | Update node_comment_statistics table for nodes with comments.
TODO: if 2 comments have exact same timestamp, the function can get wrong uid and name fields.
Handles when comment timestamps have been manually set in admin |
| devel_reinstall | Display a dropdown of installed modules with the option to reinstall them. |
| devel_reinstall_submit | Process reinstall menu form submissions. |
| devel_render_object | Menu callback; prints the render structure of the current object (currently node or user). |
| devel_render_term | Menu callback; prints the render structure of the a term. |
| devel_session | Menu callback: display the session. |
| devel_set_handler | |
| devel_shutdown | See devel_start() which registers this function as a shutdown function. |
| devel_shutdown_query | |
| devel_shutdown_real | See devel_shutdown() which registers this function as a shutdown function. Displays developer information in the footer. |
| devel_silent | |
| devel_start | |
| devel_switch_user | Switch from original user to another user and back.
We don't call session_save_session() because we really want to change users. Usually unsafe! |
| devel_switch_user_form | |
| devel_switch_user_form_submit | |
| devel_switch_user_form_validate | |
| devel_switch_user_list | |
| devel_theme | Implements hook_theme() |
| devel_theme_registry | |
| devel_timer | Displays page execution time at the bottom of the page. |
| devel_translated_menu_link_alter | An Implements hook_translated_menu_item_alter(). Append dynamic
querystring 'destination' to several of our own menu items. |
| devel_variable_edit | |
| devel_variable_edit_submit | |
| devel_variable_form | |
| devel_variable_form_submit | |
| devel_variable_page | Menu callback; display all variables. |
| devel_verify_cli | |
| dfb | Calls the http://www.firephp.org/ fb() function if it is found. |
| dpm | Print a variable to the 'message' area of the page. Uses drupal_set_message() |
| dpr | An alias for dprint_r(). Saves carpal tunnel syndrome. |
| dprint_r | Pretty-print a variable to the browser (no krumo).
Displays only for users with proper permissions. If
you want a string returned instead of a print, use the 2nd param. |
| drupal_debug | |
| dsm | |
| dvm | Var_dump() a variable to the 'message' area of the page. Uses drupal_set_message() |
| dvr | Like dpr, but uses var_dump() instead |
| has_krumo | |
| kdevel_print_object | Print an object or array using either Krumo (if installed) or devel_print_object() |
| kpr | An alias for kprint_r(). Saves carpal tunnel syndrome. |
| kprint_r | |
| krumo_ob | |
| merits_krumo | Decide whether or not to print a debug variable using krumo(). |
| theme_devel_querylog | |
| theme_devel_querylog_row | |
| t_safe | |
| _devel_print_object | Recursive (and therefore magical) function goes through an array or object and
returns a nicely formatted listing of its contents. |
| _devel_table_sort | |