You are here

protected static property ResourceTestBase::$labelFieldName in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::labelFieldName
  2. 10 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::labelFieldName

Specify which field is the 'label' field for testing a POST edge case.

Type: string|null

See also

::testPostIndividual()

File

core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php, line 145

Class

ResourceTestBase
Subclass this for every JSON:API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $labelFieldName = NULL;