You are here

protected property CommentFieldAccessTest::$createOnlyFields 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::createOnlyFields

These fields can be edited on create only.

Type: array

File

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

Class

CommentFieldAccessTest
Tests comment field level access.

Namespace

Drupal\comment\Tests

Code

protected $createOnlyFields = [
  'uuid',
  'pid',
  'comment_type',
  'entity_id',
  'entity_type',
  'field_name',
];