You are here

protected property ResourceObject::$versionIdentifier in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/JsonApiResource/ResourceObject.php \Drupal\jsonapi\JsonApiResource\ResourceObject::versionIdentifier

The resource object's version identifier.

Type: string|null

File

core/modules/jsonapi/src/JsonApiResource/ResourceObject.php, line 43

Class

ResourceObject
Represents a JSON:API resource object.

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $versionIdentifier;