TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter:
TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter TYPO3\CMS\Extbase\Property\TypeConverterInterface TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 canConvertFrom ($source, $targetType)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 getSupportedSourceTypes ()
 
 getSupportedTargetType ()
 
 getTargetTypeForSource ($source, $originalTargetType, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=null)
 
 getPriority ()
 
 canConvertFrom ($source, $targetType)
 
 getSourceChildPropertiesToBeConverted ($source)
 
 getTypeOfChildProperty ($targetType, $propertyName, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverterInterface
 getTargetTypeForSource ($source, $originalTargetType, PropertyMappingConfigurationInterface $configuration=null)
 
 convertFrom ($source, $targetType, array $convertedChildProperties=[], \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=null)
 

Protected Attributes

 $sourceTypes = ['array']
 
 $targetType = 'TYPO3\\CMS\\Form\\Domain\\Model\\ValidationElement'
 
 $priority = 1
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter
 $sourceTypes = []
 
 $targetType = ''
 
 $priority
 
 $objectManager
 

Detailed Description

The form wizard controller

Definition at line 25 of file ArrayToValidationElementConverter.php.

Member Function Documentation

◆ canConvertFrom()

TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter::canConvertFrom (   $source,
  $targetType 
)

Member Data Documentation

◆ $priority

TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter::$priority = 1
protected

Definition at line 40 of file ArrayToValidationElementConverter.php.

◆ $sourceTypes

TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter::$sourceTypes = ['array']
protected

Definition at line 30 of file ArrayToValidationElementConverter.php.

◆ $targetType

TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConverter::$targetType = 'TYPO3\\CMS\\Form\\Domain\\Model\\ValidationElement'
protected