ApiPlatform\SchemaGenerator\GoodRelationsBridge::getPropertyUrl PHP Method

getPropertyUrl() private method

Gets a property URL.
private getPropertyUrl ( string $id ) : string
$id string
return string
    private function getPropertyUrl($id)
    {
        return self::GOOD_RELATIONS_NAMESPACE . $this->convertPropertyId($id);
    }