Property | Type | Description | |
---|---|---|---|
$priority | integer | ||
$targetType | string |
Method | Description | |
---|---|---|
convertFrom ( Neos\Media\Domain\Model\ImageInterface $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string | Convert an object from \Neos\Media\Domain\Model\ImageInterface to a json representation. |
public convertFrom ( Neos\Media\Domain\Model\ImageInterface $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string | ||
$source | Neos\Media\Domain\Model\ImageInterface | |
$targetType | string | must be 'string' |
$convertedChildProperties | array | |
$configuration | Neos\Flow\Property\PropertyMappingConfigurationInterface | |
return | string | The converted ImageInterface |