FileUpdateOnlineMediaController

Controller class to update an online media resource

Internal

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Attributes
#[AsController]

Table of Contents

Properties

$onlineMediaHelperRegistry  : OnlineMediaHelperRegistry
$previewService  : PreviewService
$resourceFactory  : ResourceFactory
$responseFactory  : ResponseFactoryInterface
$streamFactory  : StreamFactoryInterface

Methods

__construct()  : mixed
handleRequest()  : ResponseInterface
createResponse()  : ResponseInterface
getBackendUser()  : BackendUserAuthentication

Properties

$responseFactory read-only

protected ResponseFactoryInterface $responseFactory

$streamFactory read-only

protected StreamFactoryInterface $streamFactory

Methods

handleRequest()

public handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

createResponse()

protected createResponse([array<string|int, mixed> $data = [] ][, int $status = 200 ]) : ResponseInterface
Parameters
$data : array<string|int, mixed> = []
$status : int = 200
Return values
ResponseInterface

        
On this page

Search results