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

getSortInfo() protected method

Returns information for FieldValue->$sortKey relevant to the field type.
protected getSortInfo ( Value $value )
$value eZ\Publish\Core\FieldType\Value
    protected function getSortInfo(BaseValue $value)
    {
        return false;
    }