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';