You are here

Functions in Bad Behavior 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
badbehavior_boot ./badbehavior.module Implements hook_boot().
badbehavior_db_errortrap ./badbehavior.module Someone doesn't like PHP's error handling? 1
badbehavior_drush_command ./badbehavior.drush.inc Implements hook_drush_command().
badbehavior_event ./badbehavior.admin.inc Builds the "Details" table displaying data about an individual log entry 1
badbehavior_footer ./badbehavior.module Implements hook_page_build().
badbehavior_help ./badbehavior.module Implements hook_help().
badbehavior_init ./badbehavior.module Implements hook_init().
badbehavior_install ./badbehavior.install Implements hook_install().
badbehavior_load_includes ./badbehavior.module Load BadBehavior library files. 4
badbehavior_menu ./badbehavior.module Implements hook_menu().
badbehavior_overview ./badbehavior.admin.inc Builds the log table seen in the /admin/reports/badbehavior/ page. 1
badbehavior_perm ./badbehavior.module Implements hook_permission().
badbehavior_requirements ./badbehavior.install Implements hook_requirements().
badbehavior_schema ./badbehavior.install Implements hook_schema().
badbehavior_settings_form ./badbehavior.admin.inc Builds the Settings form found on the /admin/settings/badbehavior page 1
badbehavior_settings_form_validate ./badbehavior.admin.inc Settings admimistration form field validation
badbehavior_start_badbehavior ./badbehavior.module 2
badbehavior_strip_passwords ./badbehavior.module Strip out reporting of values from forms containing sensitive data Looking for query like this: INSERT INTO `{bad_behavior_log}` (....,`request_entity`,...) VALUES (...,'request_entity_post_values',...) where request_entity_post_values… 1
badbehavior_uninstall ./badbehavior.install Implements hook_uninstall().
badbehavior_update_6100 ./badbehavior.install Rename variables.
badbehavior_update_6200 ./badbehavior.install Reset module weight for earliest possible loading position.
bb2_convertdate ./badbehavior.module Converts dates in BB log screen output to server's time zone. 2
bb2_db_affected_rows ./badbehavior.module
bb2_db_date ./badbehavior.module Return current time in the format preferred by your database.
bb2_db_escape ./badbehavior.module Escape a string for database usage
bb2_db_num_rows ./badbehavior.module
bb2_db_query ./badbehavior.module Run a query and return the results, if any. 1
bb2_db_rows ./badbehavior.module Return all rows in a particular query.
bb2_email ./badbehavior.module Return emergency contact email address.
bb2_install ./badbehavior.module Installation of Bad Behavior 1
bb2_read_settings ./badbehavior.module Retrieve settings from database. 1
bb2_relative_path ./badbehavior.module Return the top-level relative path of wherever we are (for cookies).
bb2_write_settings ./badbehavior.module
drush_badbehavior_dl ./badbehavior.drush.inc Download the BadBehavior library from SVN. 1
drush_badbehavior_post_pm_enable ./badbehavior.drush.inc Implements drush_MODULE_post_COMMAND().

Other projects