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

getSupportedSourceTypes() public method

Must be PHP simple types, classes or object is not allowed.
public getSupportedSourceTypes ( ) : array
return array
    public function getSupportedSourceTypes()
    {
        return $this->sourceTypes;
    }