function WorkspaceSwitcherForm::submitSwitchToLive

Submit handler for switching to the live version of the site.

File

core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php, line 150

Class

WorkspaceSwitcherForm
Provides a form that activates a different workspace.

Namespace

Drupal\workspaces\Form

Code

public function submitSwitchToLive(array &$form, FormStateInterface $form_state) {
  $this->workspaceManager
    ->switchToLive();
  $this->messenger
    ->addMessage($this->t('You are now viewing the live version of the site.'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.