You are here

constant BOOTSTRAP_VERSION in Express 8

The current supported Bootstrap framework version.

// Before.
echo BOOTSTRAP_VERSION;

// After.
use Drupal\bootstrap\Bootstrap;
echo Bootstrap::FRAMEWORK_VERSION;

Deprecated

Will be removed in a future release.

See also

\Drupal\bootstrap\Bootstrap::FRAMEWORK_VERSION

File

themes/contrib/bootstrap/deprecated.php, line 101
This contains deprecated functions that will be removed in a future release.

Code

define('BOOTSTRAP_VERSION', Bootstrap::FRAMEWORK_VERSION);