FluidTYPO3\Fluidpages\Controller\PageController::getRecord PHP Method

getRecord() public method

public getRecord ( ) : array
return array
    public function getRecord()
    {
        return $this->workspacesAwareRecordService->getSingle($this->fluxTableName, '*', $GLOBALS['TSFE']->id);
    }