You are here

function registry_autoload_boot in Registry Autoload 7

Implements hook_boot().

File

./registry_autoload.module, line 13
Main module for enabling core registry to support namespaced files.

Code

function registry_autoload_boot() {

  // Empty implementation so registry_rebuild can rebuild the registry in the
  // bootstrap modules phase.
}