constant WATCHDOG_WARNING

Log message severity -- Warning conditions.

Related topics

19 uses of WATCHDOG_WARNING
aggregator_parse_feed in drupal/core/modules/aggregator/aggregator.parser.inc
Parses a feed and stores its items.
ajax_get_form in drupal/core/includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page in drupal/core/authorize.php
Renders a 403 access denied page for authorize.php.
CommentFormController::save in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.

... See full list

File

drupal/core/includes/bootstrap.inc, line 105
Functions that need to be loaded on every Drupal request.

Code

const WATCHDOG_WARNING = 4;