You are here

protected property Relationship::$fieldName in Drupal 9

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

The relationship's public field name.

Type: string

File

core/modules/jsonapi/src/JsonApiResource/Relationship.php, line 55

Class

Relationship
Represents references from one resource object to other resource object(s).

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $fieldName;