‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest:

Public Member Functions

 setUp ()
 
 getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration ()
 
 getFormEditorDefinitionsReturnReducedConfiguration ()
 
 renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet ()
 
 renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray ()
 
 renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet ()
 
 renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray ()
 
 renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet ()
 
 transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData ()
 
 filterEmptyArraysRemovesEmptyArrayKeys ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Definition at line 27 of file FormEditorControllerTest.php.

Member Function Documentation

◆ filterEmptyArraysRemovesEmptyArrayKeys()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::filterEmptyArraysRemovesEmptyArrayKeys ( )

Definition at line 414 of file FormEditorControllerTest.php.

◆ getFormEditorDefinitionsReturnReducedConfiguration()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::getFormEditorDefinitionsReturnReducedConfiguration ( )

Definition at line 121 of file FormEditorControllerTest.php.

◆ getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration ( )

Definition at line 38 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray ( )

Definition at line 259 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet ( )

Definition at line 240 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray ( )

Definition at line 299 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet ( )

Definition at line 279 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet ( )

Definition at line 319 of file FormEditorControllerTest.php.

◆ setUp()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::setUp ( )

Definition at line 31 of file FormEditorControllerTest.php.

References $GLOBALS.

◆ transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData ( )

Definition at line 336 of file FormEditorControllerTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::$resetSingletonInstances = true
protected

Definition at line 29 of file FormEditorControllerTest.php.