function linkchecker_update_8001 in Link checker 8
Added new functionality to broken links view.
File
- ./
linkchecker.install, line 56 - Installation file for Link Checker module.
Code
function linkchecker_update_8001() {
$config_path = drupal_get_path('module', 'linkchecker') . '/config/optional';
$config_source = new FileStorage($config_path);
\Drupal::service('config.installer')
->installOptionalConfig($config_source);
}