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 VERSION
The current system version.
32 uses of VERSION
AdminMetaTagTest::testMetaTag
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
AdminMetaTagTest.php
Verify that the meta tag HTML is generated correctly.
block_library_info
in drupal/
core/
modules/
block/
block.module
Implements
hook_library_info
().
book_library_info
in drupal/
core/
modules/
book/
book.module
Implements
hook_library_info
().
color_library_info
in drupal/
core/
modules/
color/
color.module
Implements
hook_library_info
().
comment_library_info
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_library_info
().
... See full list
File
drupal/
core/
includes/
bootstrap.inc
, line 25
Functions that need to be loaded on every Drupal request.
Code
const
VERSION
=
'8.0-dev'
;