Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DBLogTestCase::testDBLogException | function | modules/ |
Verifies that exceptions are caught in dblog_watchdog(). |
DBLogTestCase::testFilter | function | modules/ |
Tests the database log filter functionality at admin/reports/dblog. |
DBLogTestCase::testLogMessageSanitized | function | modules/ |
Make sure HTML tags are filtered out in the log detail page. |
DBLogTestCase::verifyCron | function | modules/ |
Verifies that cron correctly applies the database log row limit. |
DBLogTestCase::verifyEvents | function | modules/ |
Generates and then verifies various types of events. |
DBLogTestCase::verifyReports | function | modules/ |
Confirms that database log reports are displayed at the correct paths. |
DBLogTestCase::verifyRowLimit | function | modules/ |
Verifies setting of the database log row limit. |
dblog_build_filter_query | function | modules/ |
Builds a query for database log administration filters based on session. |
dblog_clear_log_form | function | modules/ |
Form constructor for the form that clears out the log. |
dblog_clear_log_submit | function | modules/ |
Form submission handler for dblog_clear_log_form(). |
dblog_cron | function | modules/ |
Implements hook_cron(). |
dblog_event | function | modules/ |
Page callback: Displays details about a specific database log message. |
dblog_filters | function | modules/ |
Creates a list of database log administration filters that can be applied. |
dblog_filter_form | function | modules/ |
Form constructor for the database logging filter form. |
dblog_filter_form_submit | function | modules/ |
Form submission handler for dblog_filter_form(). |
dblog_filter_form_validate | function | modules/ |
Form validation handler for dblog_filter_form(). |
dblog_form_system_logging_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for system_logging_settings(). |
dblog_help | function | modules/ |
Implements hook_help(). |
dblog_init | function | modules/ |
Implements hook_init(). |
dblog_menu | function | modules/ |
Implements hook_menu(). |
dblog_overview | function | modules/ |
Page callback: Displays a listing of database log messages. |
dblog_schema | function | modules/ |
Implements hook_schema(). |
dblog_theme | function | modules/ |
Implements hook_theme(). |
dblog_top | function | modules/ |
Page callback: Shows the most frequent log messages of a given event type. |
dblog_uninstall | function | modules/ |
Implements hook_uninstall(). |
dblog_update_7001 | function | modules/ |
Update the {watchdog} table. |
dblog_update_7002 | function | modules/ |
Add an index to the severity column in the watchdog database table. |
dblog_update_7003 | function | modules/ |
Account for possible legacy systems where dblog was not installed. |
dblog_watchdog | function | modules/ |
Implements hook_watchdog(). |
db_add_field | function | includes/ |
Adds a new field to a table. |
db_add_index | function | includes/ |
Adds an index. |
db_add_primary_key | function | includes/ |
Adds a primary key to a database table. |
db_add_unique_key | function | includes/ |
Adds a unique key. |
db_and | function | includes/ |
Returns a new DatabaseCondition, set to "AND" all conditions together. |
db_change_field | function | includes/ |
Changes a field definition. |
db_close | function | includes/ |
Closes the active database connection. |
db_condition | function | includes/ |
Returns a new DatabaseCondition, set to the specified conjunction. |
db_create_table | function | includes/ |
Creates a new table from a Drupal table definition. |
db_delete | function | includes/ |
Returns a new DeleteQuery object for the active database. |
db_driver | function | includes/ |
Retrieves the name of the currently active database driver. |
db_drop_field | function | includes/ |
Drops a field. |
db_drop_index | function | includes/ |
Drops an index. |
db_drop_primary_key | function | includes/ |
Drops the primary key of a database table. |
db_drop_table | function | includes/ |
Drops a table. |
db_drop_unique_key | function | includes/ |
Drops a unique key. |
db_escape_field | function | includes/ |
Restricts a dynamic column or constraint name to safe characters. |
db_escape_table | function | includes/ |
Restricts a dynamic table name to safe characters. |
db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
db_field_names | function | includes/ |
Returns an array of field names from an array of key/index column specifiers. |
db_field_set_default | function | includes/ |
Sets the default value for a field. |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.