| NodeAccessCacheabilityWithNodeGrants::testAccessCacheabilityWithNodeGrants |
function |
core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php |
Tests node view access cacheability with node grants. |
| NodeAccessFieldTest |
class |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
Tests the interaction of the node access system with fields. |
| NodeAccessFieldTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
|
| NodeAccessFieldTest::$adminUser |
property |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
A user with permission to bypass access content. |
| NodeAccessFieldTest::$contentAdminUser |
property |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
A user with permission to manage content types and fields. |
| NodeAccessFieldTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
The theme to install as the default for testing. |
| NodeAccessFieldTest::$fieldName |
property |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
The name of the created field. |
| NodeAccessFieldTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
Modules to install. |
| NodeAccessFieldTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
|
| NodeAccessFieldTest::testNodeAccessAdministerField |
function |
core/modules/node/tests/src/Functional/NodeAccessFieldTest.php |
Tests administering fields when node access is restricted. |
| NodeAccessGrantsCacheContextTest |
class |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
Tests the node access grants cache context service. |
| NodeAccessGrantsCacheContextTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
|
| NodeAccessGrantsCacheContextTest::$accessUser |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
User with permission to view content. |
| NodeAccessGrantsCacheContextTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
The theme to install as the default for testing. |
| NodeAccessGrantsCacheContextTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
Modules to install. |
| NodeAccessGrantsCacheContextTest::$noAccessUser |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
User without permission to view content. |
| NodeAccessGrantsCacheContextTest::$noAccessUser2 |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
User without permission to view content. |
| NodeAccessGrantsCacheContextTest::$userMapping |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
|
| NodeAccessGrantsCacheContextTest::$usesSuperUserAccessPolicy |
property |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
@todo Remove and fix test to not rely on super user. |
| NodeAccessGrantsCacheContextTest::assertUserCacheContext |
function |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
Asserts that for each given user, the expected cache context is returned. |
| NodeAccessGrantsCacheContextTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
|
| NodeAccessGrantsCacheContextTest::testCacheContext |
function |
core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php |
Tests NodeAccessGrantsCacheContext::getContext(). |
| NodeAccessJoinTest |
class |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Tests Node Access on join. |
| NodeAccessJoinTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
|
| NodeAccessJoinTest::$accessUser |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
A user with access to private articles. |
| NodeAccessJoinTest::$articles |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Articles. |
| NodeAccessJoinTest::$authorUser |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
The user that will create the articles. |
| NodeAccessJoinTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
The theme to install as the default for testing. |
| NodeAccessJoinTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Modules to install. |
| NodeAccessJoinTest::$otherUser |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Another user that will create articles. |
| NodeAccessJoinTest::$regularUser |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
A user with just access content permissions. |
| NodeAccessJoinTest::$testViews |
property |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Views used by this test. |
| NodeAccessJoinTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
|
| NodeAccessJoinTest::testNodeAccessJoin |
function |
core/modules/node/tests/src/Functional/NodeAccessJoinTest.php |
Tests the accessibility of joined nodes. |
| NodeAccessLanguageAwareCombinationTest |
class |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Tests node access with multiple languages and two node access modules. |
| NodeAccessLanguageAwareCombinationTest.php |
file |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
|
| NodeAccessLanguageAwareCombinationTest::$adminUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
User 1. |
| NodeAccessLanguageAwareCombinationTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Enable language and two node access modules. |
| NodeAccessLanguageAwareCombinationTest::$nodes |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
A set of nodes to use in testing. |
| NodeAccessLanguageAwareCombinationTest::$usesSuperUserAccessPolicy |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
@todo Remove and fix test to not rely on super user. |
| NodeAccessLanguageAwareCombinationTest::$webUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
A normal authenticated user. |
| NodeAccessLanguageAwareCombinationTest::setUp |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
|
| NodeAccessLanguageAwareCombinationTest::testNodeAccessLanguageAwareCombination |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Tests node access and node access queries with multiple node languages. |
| NodeAccessLanguageAwareTest |
class |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
Tests multilingual node access with a language-aware module. |
| NodeAccessLanguageAwareTest.php |
file |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
|
| NodeAccessLanguageAwareTest::$adminUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A user with permission to bypass access content. |
| NodeAccessLanguageAwareTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
Enable language and a language-aware node access module. |
| NodeAccessLanguageAwareTest::$nodes |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A set of nodes to use in testing. |
| NodeAccessLanguageAwareTest::$usesSuperUserAccessPolicy |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
@todo Remove and fix test to not rely on super user. |
| NodeAccessLanguageAwareTest::$webUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A normal authenticated user. |