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

getSortInfo() protected method

See also: eZ\Publish\Core\FieldType::getSortInfo()
protected getSortInfo ( Value $value ) : boolean
$value eZ\Publish\Core\FieldType\Value
return boolean
    protected function getSortInfo(BaseValue $value)
    {
        return false;
    }