You are here

function broken_link_update_8101 in Broken Link 8.3

Install broken link's admin Action plugin and Views page.

File

./broken_link.install, line 54

Code

function broken_link_update_8101() {

  // Install default configuration of the module.
  $config_installer = \Drupal::service('config.installer');
  \Drupal::service('config.installer')
    ->installDefaultConfig('module', 'broken_link');
}