public function RelationshipItem::getTargetResourceType in JSON:API 8
Gets the targetResourceConfig.
Return value
mixed The target of this relationship item.
File
- src/
Normalizer/ RelationshipItem.php, line 105
Class
- RelationshipItem
- Value object representing a JSON API relationship item.
Namespace
Drupal\jsonapi\NormalizerCode
public function getTargetResourceType() {
return $this->targetResourceType;
}