You are here

protected property CommentFieldAccessTest::$readOnlyFields in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentFieldAccessTest.php \Drupal\comment\Tests\CommentFieldAccessTest::readOnlyFields

These fields are automatically managed and can not be changed by any user.

Type: array

File

core/modules/comment/src/Tests/CommentFieldAccessTest.php, line 53
Contains \Drupal\comment\Tests\CommentFieldAccessTest.

Class

CommentFieldAccessTest
Tests comment field level access.

Namespace

Drupal\comment\Tests

Code

protected $readOnlyFields = array(
  'changed',
  'hostname',
  'cid',
  'thread',
);