Neomerx\JsonApi\Contracts\Schema\SchemaProviderInterface::getRelationshipSelfLink PHP Method

    public function getRelationshipSelfLink($resource, $name, $meta = null, $treatAsHref = false);

Usage Example

 /**
  * @inheritdoc
  */
 public function getRelationshipSelfLink($resource, $name, $meta = null, $treatAsHref = false)
 {
     return $this->schema->getRelationshipSelfLink($resource, $name, $meta, $treatAsHref);
 }