You are here

function advagg_relocate_form_advagg_admin_operations_form_alter in Advanced CSS/JS Aggregation 7.2

Implements hook_form_FORM_ID_alter().

Give advice on how to temporarily disable css/js aggregation.

File

advagg_relocate/advagg_relocate.module, line 288
Advanced aggregation relocate module.

Code

function advagg_relocate_form_advagg_admin_operations_form_alter(&$form, &$form_state) {
  module_load_include('admin.inc', 'advagg_relocate');
  advagg_relocate_admin_form_advagg_admin_operations_form($form, $form_state);
}