eZ\Publish\Core\FieldType\BinaryBase\Type::getSortInfo PHP Метод

getSortInfo() защищенный Метод

BinaryBase does not support sorting.
protected getSortInfo ( Value $value ) : boolean
$value eZ\Publish\Core\FieldType\Value
Результат boolean
    protected function getSortInfo(BaseValue $value)
    {
        return false;
    }