function high_contrast_update_8001 in High contrast 8
Regenerate the CSS file in its new location.
File
- ./
high_contrast.install, line 24 - Contains install and update functions for High Contrast.
Code
function high_contrast_update_8001() {
// Updating the CSS file is triggered by a configuration save.
\Drupal::configFactory()
->getEditable('high_contrast.settings')
->save();
}