You are here

function workspace_update_8112 in Workspace 8

Delete the replication blocker key state variable.

File

./workspace.install, line 250
Install, update and uninstall functions for the workspace module.

Code

function workspace_update_8112() {
  $state = \Drupal::state();
  $state
    ->delete('workspace.replication_blocker_key');
}