constant WATCHDOG_WARNING in Drupal 7
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_WARNING
- 5 includes/bootstrap.inc \WATCHDOG_WARNING
- 6 includes/bootstrap.inc \WATCHDOG_WARNING
Log message severity -- Warning conditions.
Related topics
21 uses of WATCHDOG_WARNING
- aggregator_aggregator_fetch in modules/
aggregator/ aggregator.fetcher.inc - Implements hook_aggregator_fetch().
- aggregator_parse_feed in modules/
aggregator/ aggregator.parser.inc - Parses a feed and stores its items.
- ajax_get_form in includes/
ajax.inc - Gets a form submitted via #ajax during an Ajax callback.
- authorize_access_denied_page in ./
authorize.php - Renders a 403 access denied page for authorize.php.
- BootstrapGetFilenameWebTestCase::testWatchdog in modules/
simpletest/ tests/ bootstrap.test - Test that watchdog messages about missing files are correctly recorded.
File
- includes/
bootstrap.inc, line 98 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_WARNING', 4);