function AdminAccountSwitcher::switchBack

Same name in other branches
  1. 11.x core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php \Drupal\Core\DefaultContent\AdminAccountSwitcher::switchBack()

File

core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php, line 78

Class

AdminAccountSwitcher
@internal This API is experimental.

Namespace

Drupal\Core\DefaultContent

Code

public function switchBack() : AccountSwitcherInterface {
    $this->decorated
        ->switchBack();
    return $this;
}

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