PHP Class Neos\Media\TypeConverter\ImageVariantConverter

Inheritance: extends ImageInterfaceConverter
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$defaultNewAssetType string If creating a new asset from this converter this defines the default type as fallback.
$priority integer
$processingInstructionsConverter ProcessingInstructionsConverter
$targetType string

Property Details

$defaultNewAssetType protected static property

If creating a new asset from this converter this defines the default type as fallback.
protected static string $defaultNewAssetType
return string

$priority protected property

protected int $priority
return integer

$processingInstructionsConverter protected property

protected ProcessingInstructionsConverter,Neos\Media\TypeConverter $processingInstructionsConverter
return ProcessingInstructionsConverter

$targetType protected property

protected string $targetType
return string