service account_switcher in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \account_switcher
- 10 core/core.services.yml \account_switcher
Class
Drupal\Core\Session\AccountSwitcher10 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 - Tests the comment approve link.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Session\AccountSwitcher
- arguments:
- - '@current_user'
- - '@session_handler.write_safe'