constant VERSION

The current system version.

42 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().
ckeditor_library_info in drupal/core/modules/ckeditor/ckeditor.module
Implements hook_library_info().
color_library_info in drupal/core/modules/color/color.module
Implements hook_library_info().

... See full list

File

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

Code

const VERSION = '8.0-dev';