You are here

constant BETTER_WATCHDOG_UI_VIEW_PATH in Better Watchdog UI 7

Same name and namespace in other branches
  1. 8 better_watchdog_ui_entity/better_watchdog_ui_entity.module \BETTER_WATCHDOG_UI_VIEW_PATH
  2. 7.3 better_watchdog_ui_entity/better_watchdog_ui_entity.module \BETTER_WATCHDOG_UI_VIEW_PATH
  3. 7.2 better_watchdog_ui_entity/better_watchdog_ui_entity.module \BETTER_WATCHDOG_UI_VIEW_PATH
5 uses of BETTER_WATCHDOG_UI_VIEW_PATH
better_watchdog_ui_clear_all_form in ./better_watchdog_ui.module
Form callback to confirm deletion of all watchdog entries.
better_watchdog_ui_clear_all_form_submit in ./better_watchdog_ui.module
Submit function: delete all watchdog entries.
better_watchdog_ui_init in ./better_watchdog_ui.module
Implements hook_init().
better_watchdog_ui_views_bulk_operations_form_alter in ./better_watchdog_ui.module
Implements hook_views_bulk_operations_form_alter().
better_watchdog_ui_watchdog_delete_form_submit in better_watchdog_ui_entity/better_watchdog_ui_entity.pages.inc
Watchdog entity delete form submit.

File

better_watchdog_ui_entity/better_watchdog_ui_entity.module, line 16
Provides a basic wrapper to database log entries, so they can be accessed as entities.

Code

define('BETTER_WATCHDOG_UI_VIEW_PATH', "admin/reports/dblog");