1.20.x drupal.inc drupal_environment_initialize()

Initializes the PHP environment.

Deprecated

since 1.0.0

See also

backdrop_environment_initialize()

Related topics

File

includes/drupal.inc, line 86
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_environment_initialize() {
  backdrop_environment_initialize();
}