TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ArrayToValidationElementConverter Class Reference
Inheritance diagram for ArrayToValidationElementConverter:
AbstractTypeConverter TypeConverterInterface SingletonInterface

Public Member Functions

 canConvertFrom ($source, $targetType)
 
- Public Member Functions inherited from 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 TypeConverterInterface
 getTargetTypeForSource ($source, $originalTargetType, PropertyMappingConfigurationInterface $configuration=null)
 
 convertFrom ($source, $targetType, array $convertedChildProperties=array(),\TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=null)
 

Protected Attributes

 $sourceTypes = array('array')
 
 $targetType = 'TYPO3\\CMS\\Form\\Domain\\Model\\ValidationElement'
 
 $priority = 1
 
- Protected Attributes inherited from AbstractTypeConverter
 $sourceTypes = array()
 
 $targetType = ''
 
 $priority
 
 $objectManager
 

Detailed Description

The form wizard controller

Definition at line 25 of file ArrayToValidationElementConverter.php.

Member Function Documentation

canConvertFrom (   $source,
  $targetType 
)

We can only convert empty strings to array or array to array.

Parameters
mixed$source
string$targetType
Returns
bool

Implements TypeConverterInterface.

Definition at line 49 of file ArrayToValidationElementConverter.php.

Member Data Documentation

$priority = 1
protected

Definition at line 40 of file ArrayToValidationElementConverter.php.

$sourceTypes = array('array')
protected

Definition at line 30 of file ArrayToValidationElementConverter.php.

$targetType = 'TYPO3\\CMS\\Form\\Domain\\Model\\ValidationElement'
protected

Definition at line 35 of file ArrayToValidationElementConverter.php.