Flarum\Api\Controller\AbstractSerializeController::data PHP Method

data() abstract protected method

Get the data to be serialized and assigned to the response document.
abstract protected data ( Psr\Http\Message\ServerRequestInterface $request, Document $document ) : mixed
$request Psr\Http\Message\ServerRequestInterface
$document Tobscure\JsonApi\Document
return mixed
    protected abstract function data(ServerRequestInterface $request, Document $document);