Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Neos
Media
Controller
ThumbnailController
PHP Class Neos\Media\Controller\ThumbnailController
Inheritance:
extends
Neos\Flow\Mvc\Controller\ActionController
Mostrar archivo
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_oe property
protected
ThumbnailService,Neos\Media\Domain\Service
$thumbnailService
return
Neos\Media\Domain\Service\ThumbnailService