Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CommentTest::$entity property core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/CommentTest.php The tested entity type.
CommentTest::$modules property core/modules/jsonapi/tests/src/Functional/CommentTest.php Modules to enable.
CommentTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php Modules to enable.
CommentTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php Modules to enable.
CommentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/CommentTest.php The fields that are protected against modification during PATCH requests.
CommentTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/CommentTest.php The name of the tested JSON:API resource type.
CommentTest::createEntity function core/modules/jsonapi/tests/src/Functional/CommentTest.php Creates the entity to be tested.
CommentTest::entityAccess function core/modules/jsonapi/tests/src/Functional/CommentTest.php Checks access for the given operation on the given entity.
CommentTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/CommentTest.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/CommentTest.php The expected cache tags for the GET/HEAD response of the test entity.
CommentTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Computes the cacheability for a given entity collection.
CommentTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the expected JSON:API document for the entity.
CommentTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the expected cacheability for an unauthorized response.
CommentTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/CommentTest.php Return the expected error message.
CommentTest::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/CommentTest.php Authorize the user under test with additional permissions to view includes.
CommentTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the JSON:API POST document.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php The data provider.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php The data provider.
CommentTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/CommentTest.php Sets up the necessary authorization.
CommentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
CommentTest::testPostIndividualDxWithoutCriticalBaseFields function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests POSTing a comment without critical base fields.
CommentTest::testPostIndividualSkipCommentApproval function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests POSTing a comment with and without 'skip comment approval'.
CommentTest::testRelated function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests GETing related resource of an individual resource.
CommentTestBase class core/modules/comment/src/Tests/CommentTestBase.php Provides setup and helper methods for comment tests.
CommentTestBase class core/modules/comment/src/Tests/Views/CommentTestBase.php Provides setup and helper methods for comment views tests.
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.php file core/modules/comment/src/Tests/CommentTestBase.php
CommentTestBase.php file core/modules/comment/src/Tests/Views/CommentTestBase.php
CommentTestBase::$account property core/modules/comment/src/Tests/Views/CommentTestBase.php A normal user with permission to post comments (without approval).
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::$account2 property core/modules/comment/src/Tests/Views/CommentTestBase.php A second normal user that will author a node for $account to comment on.
CommentTestBase::$adminUser property core/modules/comment/src/Tests/CommentTestBase.php An administrative user with permission to configure comment settings.
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::$comment property core/modules/comment/src/Tests/Views/CommentTestBase.php Stores a comment used by the tests.
CommentTestBase::$modules property core/modules/comment/src/Tests/CommentTestBase.php Modules to install.
CommentTestBase::$modules property core/modules/comment/src/Tests/Views/CommentTestBase.php Modules to install.
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::$node property core/modules/comment/src/Tests/CommentTestBase.php A test node to which comments will be posted.
CommentTestBase::$nodeUserCommented property core/modules/comment/src/Tests/Views/CommentTestBase.php Stores a node posted by the user created as $account2.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.