protected static property ResourceTestBase::$uniqueFieldNames in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::uniqueFieldNames
Fields that need unique values.
Type: string[]
See also
::testPostIndividual()
::getModifiedEntityForPostTesting()
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php, line 115
Class
- ResourceTestBase
- Subclass this for every JSON:API resource type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected static $uniqueFieldNames = [];