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

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

The sub-configuration to be used is the current one.
public getConfigurationFor ( string $propertyName ) : Neos\Flow\Property\PropertyMappingConfigurationInterface
$propertyName string
Результат Neos\Flow\Property\PropertyMappingConfigurationInterface the property mapping configuration for the given $propertyName.
    public function getConfigurationFor($propertyName)
    {
        return $this;
    }