PHP Class Neos\Media\Domain\Service\ThumbnailGenerator

Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$asyncThumbnails boolean If enabled
$autoCreateThumbnailPresets boolean
$thumbnailService ThumbnailService

Public Methods

Method Description
createThumbnails ( Neos\Media\Domain\Model\AssetInterface $image ) : void

Method Details

createThumbnails() public method

public createThumbnails ( Neos\Media\Domain\Model\AssetInterface $image ) : void
$image Neos\Media\Domain\Model\AssetInterface
return void

Property Details

$asyncThumbnails protected property

If enabled
protected bool $asyncThumbnails
return boolean

$autoCreateThumbnailPresets protected property

protected bool $autoCreateThumbnailPresets
return boolean

$thumbnailService protected property

protected ThumbnailService,Neos\Media\Domain\Service $thumbnailService
return ThumbnailService