WoohooLabs\Yin\JsonApi\Transformer\ResourceTransformerInterface::getDefaultIncludedRelationships PHP Method

getDefaultIncludedRelationships() public method

Returns an array of relationship names which are included in the response by default.
public getDefaultIncludedRelationships ( mixed $domainObject ) : array
$domainObject mixed
return array
    public function getDefaultIncludedRelationships($domainObject);