Neos\ContentRepository\Domain\Service\ImportExport\ImportExportPropertyMappingConfiguration::getTypeConverter PHP Метод

getTypeConverter() публичный Метод

This method can be used to explicitely force a TypeConverter to be used for this Configuration.
public getTypeConverter ( ) : Neos\Flow\Property\TypeConverterInterface
Результат Neos\Flow\Property\TypeConverterInterface The type converter to be used for this particular PropertyMappingConfiguration, or NULL if the system-wide configured type converter should be used.
    public function getTypeConverter()
    {
        return null;
    }