You are here

function closeblock_update_8001 in Close Block 8

Renames close_block.settings to the closeblock.settings.

File

./closeblock.install, line 19
Install hooks for Closeblock.

Code

function closeblock_update_8001() {
  \Drupal::configFactory()
    ->rename('close_block.settings', 'closeblock.settings');
}