| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 2010 lines (70 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file includes/install.inc |
| devel_help($section) X-Ref |
| Implementation of hook_help(). |
| devel_menu() X-Ref |
| Implementation of hook_menu(). |
| devel_menu_need_destination() X-Ref |
| No description |
| devel_menu_link_alter(&$item, $menu) X-Ref |
| An implementation of 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_translated_menu_link_alter(&$item) X-Ref |
| An implementation of hook_translated_menu_item_alter(). Append dynamic querystring 'destination' to several of our own menu items. |
| devel_menu_access_store_queries() X-Ref |
| No description |
| devel_theme() X-Ref |
| Implementation of hook_theme() |
| devel_display_source($standalone = TRUE) X-Ref |
| Page callback to display syntax hilighted source code note: the path for this function is received via $_GET['path'] example http://www.example.com/devel/source?file=modules/node/node.module param: $standalone |
| devel_highlight_file($path = NULL, $standalone = FALSE) X-Ref |
| Return PHP highlighted file param: $path param: $standalone |
| devel_init() X-Ref |
| Implementation of hook_init(). |
| has_krumo() X-Ref |
| No description |
| merits_krumo($input) X-Ref |
| Decide whether or not to print a debug variable using krumo(). param: $input return: boolean |
| dfb() X-Ref |
| Calls the http://www.firephp.org/ fb() function if it is found. return: void |
| dfbt($label) X-Ref |
| Calls dfb() to output a backtrace. |
| dcp() X-Ref |
| No description |
| devel_watchdog($log_entry) X-Ref |
| Implements hook_watchdog(). |
| devel_set_handler($handler) X-Ref |
| No description |
| devel_silent() X-Ref |
| No description |
| devel_xhprof_enable() X-Ref |
| No description |
| devel_boot() X-Ref |
| Implementation of hook_boot(). Runs even for cached pages. |
| devel_start() X-Ref |
| No description |
| backtrace_error_handler($errno, $message, $filename, $line) X-Ref |
| No description |
| devel_perm() X-Ref |
| Implementation of hook_perm(). |
| devel_block($op = 'list', $delta = 0, $edit = array() X-Ref |
| Implementation of hook_block(). |
| devel_block_switch_user() X-Ref |
| No description |
| devel_switch_user_list() X-Ref |
| No description |
| _devel_switch_user_list_cmp($a, $b) X-Ref |
| Comparison helper function for uasort() in devel_switch_user_list(). Sorts the Switch User links by the user's last access timestamp. |
| devel_phpinfo() X-Ref |
| No description |
| devel_switch_user_form() X-Ref |
| No description |
| devel_doc_function_form() X-Ref |
| No description |
| devel_doc_function_form_submit($form, &$form_state) X-Ref |
| No description |
| devel_switch_user_form_validate($form, &$form_state) X-Ref |
| No description |
| devel_switch_user_form_submit($form, &$form_state) X-Ref |
| No description |
| devel_exit($destination = NULL) X-Ref |
| No description |
| devel_verify_cli() X-Ref |
| No description |
| devel_shutdown() X-Ref |
| See devel_start() which registers this function as a shutdown function. |
| devel_shutdown_xhprof_drush() X-Ref |
| Log URL to Drush log if this is a drush request. This shutdown function is registered by devel_xhprof_enable() |
| devel_shutdown_real() X-Ref |
| See devel_shutdown() which registers this function as a shutdown function. Displays developer information in the footer. |
| devel_shutdown_xhprof() X-Ref |
| No description |
| devel_store_queries() X-Ref |
| No description |
| devel_query_summary() X-Ref |
| No description |
| t_safe($string, $args) X-Ref |
| No description |
| devel_function_reference() X-Ref |
| Returns a list of all currently defined user functions in the current request lifecycle, with links their documentation. |
| devel_get_core_version($version) X-Ref |
| No description |
| devel_db_query($query) X-Ref |
| No description |
| devel_is_compatible_optimizer() X-Ref |
| No description |
| devel_admin_settings() X-Ref |
| No description |
| devel_cache_clear() X-Ref |
| Menu callback; clears all caches, then redirects to the previous page. |
| devel_execute_block_form() X-Ref |
| Generates the execute block form. |
| devel_execute_form() X-Ref |
| Generates the execute form. |
| devel_execute_form_submit($form, &$form_state) X-Ref |
| Process PHP execute form submissions. |
| devel_menu_rebuild() X-Ref |
| Menu callback; clear the database, resetting the menu to factory defaults. |
| devel_reinstall($form_state) X-Ref |
| Display a list of installed modules with the option to reinstall them. |
| devel_reinstall_submit($form, &$form_state) X-Ref |
| Process reinstall menu form submissions. |
| devel_theme_registry() X-Ref |
| No description |
| devel_variable_page() X-Ref |
| Menu callback; display all variables. |
| devel_variable_form() X-Ref |
| No description |
| theme_devel_variable_form($form) X-Ref |
| No description |
| devel_variable_form_submit($form, &$form_state) X-Ref |
| No description |
| devel_variable_edit($form_state, $name) X-Ref |
| No description |
| devel_variable_edit_submit($form, &$form_state) X-Ref |
| No description |
| devel_session() X-Ref |
| Menu callback: display the session. |
| devel_switch_user($name = NULL) X-Ref |
| Switch from original user to another user and back. Note: taken from mailhandler.module. Note: You first need to run devel_switch_user without argument to store the current user. Call devel_switch_user without argument to set the user back to the original user. param: $name The username to switch to. |
| devel_load_object($object, $name = NULL) X-Ref |
| Menu callback; prints the loaded structure of the current node/user. |
| devel_render_object($type, $object) X-Ref |
| Menu callback; prints the render structure of the current object (currently node or user). |
| devel_elements_page() X-Ref |
| No description |
| kdevel_print_object($object, $prefix = NULL) X-Ref |
| Print an object or array using either Krumo (if installed) or devel_print_object() param: $object param: $prefix |
| krumo_ob($object) X-Ref |
| No description |
| devel_print_object($object, $prefix = NULL, $header = TRUE) X-Ref |
| Display an object or array param: $object param: $prefix param: $header |
| _devel_print_object($obj, $prefix = NULL, $parents = NULL, $object = FALSE) X-Ref |
| Recursive (and therefore magical) function goes through an array or object and returns a nicely formatted listing of its contents. param: $obj param: $prefix param: $parents param: $object return: |
| devel_query_table($queries, $counts) X-Ref |
| Adds a table at the bottom of the page cataloguing data on all the database queries that were made to generate the page. |
| theme_devel_querylog_row($row) X-Ref |
| No description |
| theme_devel_querylog($header = array() X-Ref |
| No description |
| _devel_table_sort($a, $b) X-Ref |
| No description |
| devel_timer() X-Ref |
| Displays page execution time at the bottom of the page. |
| devel_xhprof_link_show() X-Ref |
| Displays page execution time at the bottom of the page. |
| devel_xhprof_link($run_id, $type = 'link') X-Ref |
| No description |
| dargs($always = TRUE) X-Ref |
| Prints the arguments passed into the current function |
| dd($data, $label = NULL) X-Ref |
| No description |
| drupal_debug($data, $label = NULL) X-Ref |
| No description |
| dpm($input, $name = NULL) X-Ref |
| Print a variable to the 'message' area of the page. Uses drupal_set_message() |
| dvm($input, $name = NULL) X-Ref |
| Var_dump() a variable to the 'message' area of the page. Uses drupal_set_message() |
| dsm($input, $name = NULL) X-Ref |
| No description |
| dpr($input, $return = FALSE, $name = NULL) X-Ref |
| An alias for dprint_r(). Saves carpal tunnel syndrome. |
| kpr($input, $return = FALSE, $name = NULL) X-Ref |
| An alias for kprint_r(). Saves carpal tunnel syndrome. |
| dvr($input, $return = FALSE, $name = NULL) X-Ref |
| Like dpr, but uses var_dump() instead |
| kprint_r($input, $return = FALSE, $name = NULL, $function = 'print_r') X-Ref |
| No description |
| dprint_r($input, $return = FALSE, $name = NULL, $function = 'print_r', $check= TRUE) X-Ref |
| 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. |
| ddebug_backtrace() X-Ref |
| Print the function call stack. |
| db_queryd($query) X-Ref |
| Debugging version of db_query(). Echoes the query to the browser. |
| drupal_mail_wrapper($message) X-Ref |
| Log the mails sent out instead of mailing. |
| devel_queries() X-Ref |
| No description |
| devel_queries_empty() X-Ref |
| No description |
| devel_rebuild_node_comment_statistics_page() X-Ref |
| Menu callback. Rebuild node _comment_stats table. return: void |
| devel_rebuild_node_comment_statistics() X-Ref |
| Regenerate the data in node_comment_statistics table. return: void |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |