Same filename in other branches
  1. 5.0.x advagg_bundler/advagg_bundler.install
  2. 6.0.x advagg_bundler/advagg_bundler.install
  3. 7.x-1.x advagg_bundler/advagg_bundler.install
  4. 7.x-2.x advagg_bundler/advagg_bundler.install
  5. 8.x-3.x advagg_bundler/advagg_bundler.install
  6. 8.x-4.x advagg_bundler/advagg_bundler.install

Handles Advanced Aggregation bundler submodule installation/upgrade tasks.

File

advagg_bundler/advagg_bundler.install

View source
<?php


/**
 * @file
 * Handles Advanced Aggregation bundler submodule installation/upgrade tasks.
 */

/**
 * Implements hook_update_N().
 *
 * Set the bundler logic settings.
 */
function advagg_bundler_update_8201() {
    \Drupal::service('config.factory')->getEditable('advagg_bundler.settings')
        ->set('css_logic', 0)
        ->set('js_logic', 0)
        ->save();
}

Functions

Title Deprecated Summary
advagg_bundler_update_8201 Implements hook_update_N().