Свойство | Тип | Описание | |
---|---|---|---|
$assetRepository | |||
$asyncThumbnails | boolean | ||
$supportedMediaTypes | array | A list of IANA media types which are supported by this controller | |
$tagRepository | |||
$viewFormatToObjectNameMap | array |
Метод | Описание | |
---|---|---|
indexAction ( string $searchTerm = '' ) : string | Shows a list of assets | |
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void | ||
showAction ( string $identifier ) : string | Shows a specific asset |
public indexAction ( string $searchTerm = '' ) : string | ||
$searchTerm | string | An optional search term used for filtering the list of assets |
Результат | string |
public initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void | ||
$view | Neos\Flow\Mvc\View\ViewInterface | |
Результат | void |
public showAction ( string $identifier ) : string | ||
$identifier | string | Specifies the asset to look up |
Результат | string |
protected AssetRepository,Neos\Media\Domain\Repository $assetRepository | ||
Результат |
protected array $supportedMediaTypes | ||
Результат | array |
protected TagRepository,Neos\Media\Domain\Repository $tagRepository | ||
Результат |
protected array $viewFormatToObjectNameMap | ||
Результат | array |