Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
bootstrap.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant VERSION
The current system version.
6 uses of VERSION
AdminMetaTagTestCase::testMetaTag
in drupal/
modules/
system/
system.test
Verify that the meta tag HTML is generated correctly.
hook_requirements
in drupal/
modules/
system/
system.api.php
Check installation requirements and do status reporting.
locale
in drupal/
modules/
locale/
locale.module
Provides interface translation services.
system_library
in drupal/
modules/
system/
system.module
Implements
hook_library
().
system_requirements
in drupal/
modules/
system/
system.install
Implements
hook_requirements
().
... See full list
File
drupal/
includes/
bootstrap.inc
, line 11
Functions that need to be loaded on every Drupal request.
Code
define
(
'VERSION'
,
'7.57-dev'
);