Neos\Flow\Tests\Unit\Property\TypeConverter\PersistentObjectConverterTest::buildConfiguration PHP Méthode

buildConfiguration() protected méthode

protected buildConfiguration ( array $typeConverterOptions ) : PropertyMappingConfiguration
$typeConverterOptions array
Résultat Neos\Flow\Property\PropertyMappingConfiguration
    protected function buildConfiguration($typeConverterOptions)
    {
        $configuration = new PropertyMappingConfiguration();
        $configuration->setTypeConverterOptions(PersistentObjectConverter::class, $typeConverterOptions);
        return $configuration;
    }