| CommentTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
|
| CommentTest::$commentedEntity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
Modules to install. |
| CommentTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
Modules to install. |
| CommentTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::doTestPatchIndividual |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedCacheTags |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedCollectionCacheability |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getIncludePermissions |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
Provides source data for ::testSource. |
| CommentTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
Provides source data for ::testSource. |
| CommentTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTest::testCollectionFilterAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
| CommentTestBase |
class |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Provides setup and helper methods for comment tests. |
| CommentTestBase |
class |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Provides setup and helper methods for comment views tests. |
| CommentTestBase.php |
file |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
|
| CommentTestBase.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
|
| CommentTestBase::$account |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
A normal user with permission to post comments (without approval). |
| CommentTestBase::$account2 |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
A second normal user that will author a node for $account to comment on. |
| CommentTestBase::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
An administrative user with permission to configure comment settings. |
| CommentTestBase::$comment |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Stores a comment used by the tests. |
| CommentTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Modules to install. |
| CommentTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Modules to install. |
| CommentTestBase::$node |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
A test node to which comments will be posted. |
| CommentTestBase::$nodeUserCommented |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Stores a node posted by the user created as $account2. |
| CommentTestBase::$nodeUserPosted |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Stores a node posted by the user created as $account. |
| CommentTestBase::$webUser |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
A normal user with permission to post comments. |
| CommentTestBase::commentContactInfoAvailable |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Checks whether the commenter's contact information is displayed. |
| CommentTestBase::commentExists |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Checks current page for specified comment. |
| CommentTestBase::createCommentType |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Creates a comment type (bundle). |
| CommentTestBase::deleteComment |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Deletes a comment. |
| CommentTestBase::getUnapprovedComment |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Gets the comment ID for an unapproved comment. |
| CommentTestBase::performCommentOperation |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Performs the specified operation on the specified comment. |
| CommentTestBase::postComment |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Posts a comment. |
| CommentTestBase::setCommentAnonymous |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Sets the value governing restrictions on anonymous comments. |
| CommentTestBase::setCommentForm |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Sets the value governing whether the comment form is on its own page. |
| CommentTestBase::setCommentPreview |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Sets the value governing the previewing mode for the comment form. |
| CommentTestBase::setCommentSettings |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Sets a comment settings variable for the article content type. |