You are here

service account_switcher in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \account_switcher

Class

Drupal\Core\Session\AccountSwitcher
8 string references to account_switcher
AccessPermissionTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests access on render caching.
AccessRoleTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests access on render caching.
AccountSwitcherTest::testAccountSwitching in core/modules/system/src/Tests/Session/AccountSwitcherTest.php
CommentLinksTest::testLinkApprove in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Session\AccountSwitcher
  2. arguments:
  3. - '@current_user'
  4. - '@session_handler.write_safe'