20 string references to account_switcher in Drupal 10
- 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 - ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser in core/
modules/ user/ tests/ src/ Kernel/ Views/ ArgumentDefaultTest.php - Tests the current user with argument default.
- CacheContextOptimizationTest::testUserPermissionCacheContextOptimization in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheContextOptimizationTest.php - Ensures that 'user.permissions' cache context is able to define cache tags.
- CacheContextOptimizationTest::testUserRolesCacheContextOptimization in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheContextOptimizationTest.php - Ensures that 'user.roles' still works when it is optimized away.
- 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.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Tests the comment reply link.
- CommentUserNameTest::testUsername in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentUserNameTest.php - Tests the username formatter.
- EntityAccessControlHandlerTest::testUserLabelAccess in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php - Ensures user labels are accessible for everyone.
- EntityComment::create in core/
modules/ comment/ src/ Plugin/ migrate/ destination/ EntityComment.php - Creates an instance of the plugin.
- EntityContentBase::create in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php - Creates an instance of the plugin.
- EntityUser::create in core/
modules/ user/ src/ Plugin/ migrate/ destination/ EntityUser.php - Creates an instance of the plugin.
- FieldDropbuttonTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldDropbuttonTest.php - FieldFieldAccessTestBase::assertFieldAccess in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldFieldAccessTestBase.php - Checks views field access for a given entity type and field name.
- FormCacheTest::testNoCacheToken in core/
tests/ Drupal/ KernelTests/ Core/ Form/ FormCacheTest.php - Tests the form cache without a logged-in user.
- MigrateEntityContentBaseTest::createDestination in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateEntityContentBaseTest.php - Create the destination plugin to test.
- RenderCacheTest::doTestUser1WithContexts in core/
tests/ Drupal/ KernelTests/ Core/ Render/ RenderCacheTest.php - Ensures that user 1 has a unique render cache for the given context.
- ValidReferenceConstraintValidatorTest::testPreExistingItemsValidation in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ValidReferenceConstraintValidatorTest.php - Tests the validation of pre-existing items in an entity reference field.