CommentHalJsonAnonTest::$patchProtectedFieldNames
Same name in other branches
- 9 core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php \Drupal\Tests\hal\Functional\comment\CommentHalJsonAnonTest::patchProtectedFieldNames
Anonymous users cannot edit their own comments.
Type: patchProtectedFieldNames
Overrides CommentHalJsonTestBase::$patchProtectedFieldNames
See also
\Drupal\comment\CommentAccessControlHandler::checkAccess
Therefore we grant them the 'administer comments' permission for the purpose of this test. Then they are able to edit their own comments, but some fields are still not editable, even with that permission.
::setUpAuthorization
File
-
core/
modules/ comment/ tests/ src/ Functional/ Hal/ CommentHalJsonAnonTest.php, line 32
Class
- CommentHalJsonAnonTest
- @group hal
Namespace
Drupal\Tests\comment\Functional\HalCode
protected static $patchProtectedFieldNames = [
'changed' => NULL,
'thread' => NULL,
'entity_type' => NULL,
'field_name' => NULL,
'entity_id' => NULL,
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.