You are here

function thunder_media_update_8001 in Thunder 8.2

Rename config object.

File

modules/thunder_media/thunder_media.install, line 179
Contains.

Code

function thunder_media_update_8001() {
  \Drupal::configFactory()
    ->getEditable('thunder_media.settings')
    ->setData(\Drupal::configFactory()
    ->get('thunder_media.configuration')
    ->getRawData())
    ->save();
}