function AdminAccountSwitcher::switchBack
Same name in other branches
- 10 core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php \Drupal\Core\DefaultContent\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\DefaultContentCode
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.