Community Documentation

DRUPAL_CORE_COMPATIBILITY

  1. drupal
    1. 6 system.module
    2. 7 bootstrap.inc
    3. 8 bootstrap.inc

Core API compatibility.

File

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

Code

<?php
define('DRUPAL_CORE_COMPATIBILITY', '7.x')
?>
Login or register to post comments