You are here

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

These fields can only be edited by the admin or anonymous users if allowed.

Type: array

File

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

Class

CommentFieldAccessTest
Tests comment field level access.

Namespace

Drupal\comment\Tests

Code

protected $contactFields = array(
  'name',
  'mail',
  'homepage',
);