Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
bootstrap.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant WATCHDOG_INFO
Log message severity -- Informational messages.
Related topics
Logging severity levels
Logging severity levels as defined in RFC 3164.
9 uses of WATCHDOG_INFO
action_synchronize
in drupal/
core/
modules/
action/
action.module
Synchronizes actions that are provided by modules in
hook_action_info
().
DBLogTest::getSeverityConstant
in drupal/
core/
modules/
dblog/
lib/
Drupal/
dblog/
Tests/
DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
EnableDisableTest::assertSuccessfulDisableAndUninstall
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
EnableDisableTest.php
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTest::testEnableDisable
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
file_cron
in drupal/
core/
modules/
file/
file.module
Implements
file_cron
()
... See full list
File
drupal/
core/
includes/
bootstrap.inc
, line 115
Functions that need to be loaded on every Drupal request.
Code
const
WATCHDOG_INFO
=
6
;