protected property Relationship::$fieldName in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::fieldName
- 10 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\JsonApiResourceCode
protected $fieldName;