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

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

For this FieldType, the related object's name is returned.
protected getSortInfo ( Value $value ) : mixed
$value eZ\Publish\Core\FieldType\Value
Результат mixed
    protected function getSortInfo(BaseValue $value)
    {
        return (string) $value;
    }