You are here

function stage_file_proxy_update_8001 in Stage File Proxy 8

Set verify option.

File

./stage_file_proxy.install, line 11
Install file for stage_file_proxy module.

Code

function stage_file_proxy_update_8001() {
  \Drupal::configFactory()
    ->getEditable('stage_file_proxy.settings')
    ->set('verify', TRUE)
    ->save();
}