FluidTYPO3\Flux\Backend\Preview::getPageTitleAndPidFromContentUid PHP Method

getPageTitleAndPidFromContentUid() protected method

protected getPageTitleAndPidFromContentUid ( integer $contentUid ) : array
$contentUid integer
return array
    protected function getPageTitleAndPidFromContentUid($contentUid)
    {
        return reset($this->recordService->get('tt_content t, pages p', 'p.title, t.pid', "t.uid = '" . $contentUid . "' AND p.uid = t.pid"));
    }