You are here

function variable_store_boot in Variable 7.2

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

Implementation of hook_boot()

File

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

Code

function variable_store_boot() {

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