Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.106.4.88 (checked in on 2008/04/27 at 03:09:43 by weitzman)
| Name | Description |
|---|---|
| DEVEL_ERROR_HANDLER_BACKTRACE | |
| DEVEL_ERROR_HANDLER_NONE | |
| DEVEL_ERROR_HANDLER_STANDARD | |
| DEVEL_MIN_TEXTAREA | |
| DEVEL_QUERY_SORT_BY_DURATION | |
| DEVEL_QUERY_SORT_BY_SOURCE |
| Name | Description |
|---|---|
| backtrace_error_handler | |
| dargs | Prints the arguments for passed into the current function |
| db_queryd | Debugging version of db_query(). |
| ddebug_backtrace | Print the function call stack. |
| devel_admin_settings | |
| devel_block | Implementation of hook_block(). |
| devel_cache_clear | Menu callback; clears all caches, then redirects to the previous page. |
| devel_db_query | |
| devel_execute_form | Generates the execute block form. |
| devel_execute_form_submit | Process PHP execute form submissions. |
| devel_exit | |
| devel_forms | Implementation of hook_forms(). |
| devel_form_alter | Implementation of 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_help | Implementation of hook_help(). |
| devel_init | Implementation of hook_init(). Avoids custom error handling for better behavior when stepping though in a debugger. |
| devel_is_compatible_optimizer | |
| devel_load_object | Menu callback; prints the loaded structure of the current node/user. |
| devel_menu | Implementation of hook_menu(). |
| devel_menu_reset_form | Menu callback; clear the database, resetting the menu to factory defaults. |
| devel_menu_reset_form_submit | Process menu reset form submission. |
| devel_perm | Implementation of hook_perm(). |
| devel_print_object | |
| devel_queries | |
| devel_queries_empty | |
| 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_rebuild_node_comment_statistics_page | Menu callback. Rebuild node _comment_stats table. |
| devel_reinstall | Menu callback; Display a list of installed modules with the option to reinstall them via hook_install. |
| devel_reinstall_form | |
| devel_reinstall_submit | Process reinstall menu form submissions. |
| devel_render_object | Menu callback; prints the renderstructure of the current node. |
| devel_session | Menu callback: display the session. |
| devel_shutdown | See devel_init() which registers this function as a shutdown function. Displays developer information in the footer. |
| devel_store_queries | |
| devel_switch_user | Switch from original user to another user and back. |
| devel_switch_user_form | |
| devel_switch_user_form_submit | |
| devel_switch_user_form_validate | |
| devel_switch_user_list | |
| devel_table_keys | Enable or disable indexes for a given table. Useful during a bulk import. |
| devel_timer | Displays page execution time at the bottom of the page. |
| devel_variable | |
| devel_variable_edit | |
| devel_variable_edit_submit | |
| devel_variable_page | Menu callback; display all variables. |
| devel_variable_submit | |
| devel_views_object | |
| 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. Displays only for users with proper permissions. If you want a string returned instead of a print, use the 2nd param. |
| 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 | |
| sequence_reset | Set sequences table to a sane state. Useful after a bulk import. |
| theme_devel_variable | |
| t_safe | |
| wget | Save contents of an url to filesystem. Works for images. |
| _devel_table_sort |