You are here

function opigno_statistics_update_9004 in Opigno statistics 3.x

Score activity title.

File

./opigno_statistics.install, line 135
Install, update and uninstall functions for the Opigno Statistics module.

Code

function opigno_statistics_update_9004() {
  $config_storage = \Drupal::service('config.storage');
  $config_path = drupal_get_path('module', 'opigno_module') . '/config/optional/';
  $source = new FileStorage($config_path);
  $config_storage
    ->write('views.view.opigno_score_modules', $source
    ->read('views.view.opigno_score_modules'));
}