constant WATCHDOG_WARNING

Log message severity -- Warning conditions.

Related topics

18 uses of WATCHDOG_WARNING
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().
DefaultFetcher::fetch in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php
Implements \Drupal\aggregator\Plugin\FetcherInterface::fetch().
DefaultParser::parseFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php
Parses a feed and stores its items.

... See full list

File

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

Code

const WATCHDOG_WARNING = 4;