You are here

function block_inject_boot in Block Inject 7

Implements hook_boot().

In order to make sure Block Inject gets loaded very early on in the bootstrapping phase.

File

./block_inject.module, line 14
The Block Inject module functions.

Code

function block_inject_boot() {

  // Empty on purpose.
}