function EntityTestComputedFieldTest::getPostDocument
Returns the JSON:API POST document.
Return value
array A JSON:API request document.
Overrides ResourceTestBase::getPostDocument
File
- 
              core/
modules/ jsonapi/ tests/ src/ Functional/ EntityTestComputedFieldTest.php, line 150  
Class
- EntityTestComputedFieldTest
 - JSON:API integration test for the "EntityTestComputedField" content entity type.
 
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getPostDocument() {
  return [
    'data' => [
      'type' => 'entity_test_computed_field--entity_test_computed_field',
      'attributes' => [
        'name' => 'Drama llama',
      ],
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.