You are here

service account_switcher in Drupal 8

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

Class

Drupal\Core\Session\AccountSwitcher
10 string references to account_switcher
AccessPermissionTest::testRenderCaching in core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
Tests access on render caching.
AccessRoleTest::testRenderCaching in core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
Tests access on render caching.
AccountSwitcherTest::testAccountSwitching in core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php
CommentAdminViewTest::doTestFilters in core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
Tests comment admin view display.
CommentLinksTest::testLinkApprove in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
Test the comment approve 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'