PHP Class Neos\Media\Controller\ThumbnailController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$thumbnailService Neos\Media\Domain\Service\ThumbnailService

Public Methods

Method Description
thumbnailAction ( Thumbnail $thumbnail ) : void Generate thumbnail and redirect to resource URI

Method Details

thumbnailAction() public method

Generate thumbnail and redirect to resource URI
public thumbnailAction ( Thumbnail $thumbnail ) : void
$thumbnail Neos\Media\Domain\Model\Thumbnail
return void

Property Details

$thumbnailService protected property

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