You are here

protected static property FeedTest::$patchProtectedFieldNames in JSON:API 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/FeedTest.php \Drupal\Tests\jsonapi\Functional\FeedTest::patchProtectedFieldNames

The fields that are protected against modification during PATCH requests.

Type: string[]

Overrides ResourceTestBase::$patchProtectedFieldNames

File

tests/src/Functional/FeedTest.php, line 45

Class

FeedTest
JSON API integration test for the "Feed" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $patchProtectedFieldNames = [];