Property | Type | Description | |
---|---|---|---|
$defaultNewAssetType | string | If creating a new asset from this converter this defines the default type as fallback. | |
$priority | integer | ||
$processingInstructionsConverter | |||
$propertyMapper | |||
$targetType | string |
Method | Description | |
---|---|---|
getSourceChildPropertiesToBeConverted ( mixed $source ) : array | All properties in the source array except __identity are sub-properties. |
Method | Description | |
---|---|---|
applyTypeSpecificHandling ( Neos\Media\Domain\Model\ImageInterface $asset, mixed $source, array $convertedChildProperties, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : Neos\Media\Domain\Model\ImageInterface | null | Converts and adds ImageAdjustments to the ImageVariant |
protected applyTypeSpecificHandling ( Neos\Media\Domain\Model\ImageInterface $asset, mixed $source, array $convertedChildProperties, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : Neos\Media\Domain\Model\ImageInterface | null | ||
$asset | Neos\Media\Domain\Model\ImageInterface | |
$source | mixed | |
$convertedChildProperties | array | |
$configuration | Neos\Flow\Property\PropertyMappingConfigurationInterface | |
return | Neos\Media\Domain\Model\ImageInterface | null |
public getSourceChildPropertiesToBeConverted ( mixed $source ) : array | ||
$source | mixed | |
return | array |
protected static string $defaultNewAssetType | ||
return | string |
protected ProcessingInstructionsConverter,Neos\Media\TypeConverter $processingInstructionsConverter | ||
return |
protected PropertyMapper,Neos\Flow\Property $propertyMapper | ||
return |