function WorkspaceTest::getPatchDocument

Same name in other branches
  1. 11.x core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php \Drupal\Tests\jsonapi\Functional\WorkspaceTest::getPatchDocument()

Overrides ResourceTestBase::getPatchDocument

File

core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php, line 212

Class

WorkspaceTest
JSON:API integration test for the "Workspace" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected function getPatchDocument() : array {
    $patch_document = parent::getPatchDocument();
    unset($patch_document['data']['attributes']['drupal_internal__id']);
    return $patch_document;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.