function WorkspaceTest::getSparseFieldSets
Same name in other branches
- 11.x core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php \Drupal\Tests\jsonapi\Functional\WorkspaceTest::getSparseFieldSets()
Overrides ResourceTestBase::getSparseFieldSets
File
-
core/
modules/ jsonapi/ tests/ src/ Functional/ WorkspaceTest.php, line 255
Class
- WorkspaceTest
- JSON:API integration test for the "Workspace" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getSparseFieldSets() : array {
// Workspace's resource type name ('workspace') comes after the 'uid' field,
// which breaks nested sparse fieldset tests.
return array_diff_key(parent::getSparseFieldSets(), array_flip([
'nested_empty_fieldset',
'nested_fieldset_with_owner_fieldset',
]));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.