function system_update_8401
Remove response.gzip (and response) from system module configuration.
File
-
core/
modules/ system/ system.install, line 2390
Code
function system_update_8401() {
\Drupal::configFactory()->getEditable('system.performance')
->clear('response.gzip')
->clear('response')
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.