You are here

function variable_store_boot in Variable 7

Same name and namespace in other branches
  1. 7.2 variable_store/variable_store.module \variable_store_boot()

Implementation of hook_boot()

File

variable_store/variable_store.module, line 28
Variable API module - Database storage

Code

function variable_store_boot() {

  // Do nothing, we just want this module to be available for boot.
}