FluidTYPO3\Fluidpages\Provider\SubPageLanguageOverlayProvider::getFlexFormValuesSingle PHP Method

getFlexFormValuesSingle() public method

public getFlexFormValuesSingle ( array $row ) : array
$row array
return array
    public function getFlexFormValuesSingle(array $row)
    {
        $fieldName = $this->getFieldName($row);
        $form = $this->getForm($row);
        $immediateConfiguration = $this->configurationService->convertFlexFormContentToArray($row[$fieldName], $form, null, null);
        return $immediateConfiguration;
    }