You are here

protected property EntityAccessTest::$fieldId in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/entity_access_by_field/tests/src/Unit/EntityAccessTest.php \Drupal\entity_access_by_field\Tests\EntityAccessTest::fieldId
  2. 10.0.x modules/custom/entity_access_by_field/tests/src/Unit/EntityAccessTest.php \Drupal\entity_access_by_field\Tests\EntityAccessTest::fieldId
  3. 10.1.x modules/custom/entity_access_by_field/tests/src/Unit/EntityAccessTest.php \Drupal\entity_access_by_field\Tests\EntityAccessTest::fieldId

The field id.

Type: string

File

modules/custom/entity_access_by_field/tests/src/Unit/EntityAccessTest.php, line 34

Class

EntityAccessTest
Unit test of entity_access_by_field hook_node_access implementation.

Namespace

Drupal\entity_access_by_field\Tests

Code

protected $fieldId = 'node.article.field_content_visibility';