You are here

function varbase_development_init in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

Implements hook_init().

File

modules/features/varbase_development/varbase_development.module, line 18
Code for the Varbase core feature.

Code

function varbase_development_init() {

  // Increase maximum function nesting level to prevent install errors if you have xdebug installed.
  ini_set('xdebug.max_nesting_level', 200);
}