Neos\Flow\Property\TypeConverter\AbstractTypeConverter::getTypeOfChildProperty PHP Method

getTypeOfChildProperty() public method

This method is never called, as getSourceChildPropertiesToBeConverted() returns an empty array.
public getTypeOfChildProperty ( string $targetType, string $propertyName, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : string
$targetType string
$propertyName string
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
return string
    public function getTypeOfChildProperty($targetType, $propertyName, PropertyMappingConfigurationInterface $configuration)
    {
    }