function AdminAccountSwitcher::switchBack

Overrides AccountSwitcherInterface::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.