You are here

function loft_data_grids_boot in Loft Data Grids 7.2

Implements hook_boot().

Related topics

File

./loft_data_grids.module, line 14
Base module file for loft_data_grids

Code

function loft_data_grids_boot() {
  require_once dirname(__FILE__) . '/vendor/autoload.php';
}