function lock_initialize

Initialize the locking system.

Related topics

1 call to lock_initialize()
_drupal_bootstrap_variables in includes/bootstrap.inc
Loads system variables and all enabled bootstrap modules.

File

includes/lock.inc, line 86

Code

function lock_initialize() {
  global $locks;
  $locks = array();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.