You are here

function advagg_mod_advagg_current_hooks_hash_array_alter in Advanced CSS/JS Aggregation 8.2

Same name and namespace in other branches
  1. 7.2 advagg_mod/advagg_mod.module \advagg_mod_advagg_current_hooks_hash_array_alter()

Implements hook_advagg_current_hooks_hash_array_alter().

File

advagg_mod/advagg_mod.module, line 118
Advanced aggregation modifier module.

Code

function advagg_mod_advagg_current_hooks_hash_array_alter(array &$aggregate_settings) {
  $aggregate_settings['variables']['advagg_mod'] = \Drupal::config('advagg_mod.settings')
    ->get();
}