function varbase_install_load_profile_extra in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3
File
- ./
varbase.install, line 46
Code
function varbase_install_load_profile_extra(&$install_state) {
// Add varbase_default_settings feature as a dependancey only if the installation profile is varbase
$install_state['profile_info']['dependencies'][] = 'varbase_default_settings';
}