You are here

function advagg_update_8203 in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.2 advagg.install \advagg_update_8203()
  2. 8.3 advagg.install \advagg_update_8203()

Implements hook_update_N().

Remove deprecated configuration.

File

./advagg.install, line 143
Handles Advanced Aggregation installation and upgrade tasks.

Code

function advagg_update_8203() {
  \Drupal::configFactory()
    ->getEditable('advagg.settings')
    ->clear('path.convert.absolute_to_relative')
    ->save();
}