function s3fs_update_8301 in S3 File System 8.3
Same name and namespace in other branches
- 4.0.x s3fs.install \s3fs_update_8301()
Set new config property "redirect_styles_ttl" to default value.
File
- ./
s3fs.install, line 263 - Install, update and uninstall functions for the S3 File System module.
Code
function s3fs_update_8301() {
\Drupal::configFactory()
->getEditable('s3fs.settings')
->set('redirect_styles_ttl', 0)
->save();
}