FluidTYPO3\Fluidpages\Provider\SubPageLanguageOverlayProvider::getFlexFormValuesSingle PHP Méthode

getFlexFormValuesSingle() public méthode

public getFlexFormValuesSingle ( array $row ) : array
$row array
Résultat 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;
    }