1 drupal.inc | drupal_environment_initialize() |
Initializes the PHP environment.
Deprecated
since 1.0.0
See also
backdrop_environment_initialize()
Related topics
File
- core/
includes/ drupal.inc, line 86 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_environment_initialize() {
backdrop_environment_initialize();
}