eZ\Publish\Core\FieldType\RelationList\Type::getSortInfo PHP Method

getSortInfo() protected method

For this FieldType, the related object's name is returned.
protected getSortInfo ( Value $value ) : array
$value eZ\Publish\Core\FieldType\Value
return array
    protected function getSortInfo(BaseValue $value)
    {
        return false;
    }