PHP Class Neos\Neos\Service\Controller\AbstractServiceController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$supportedMediaTypes array

Méthodes publiques

Méthode Description
errorAction ( ) : void A preliminary error action for handling validation errors
processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void Catch exceptions while processing an exception and respond to JSON format TODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.

Méthodes protégées

Méthode Description
convertException ( Exception $exception ) : array

Method Details

convertException() protected méthode

protected convertException ( Exception $exception ) : array
$exception Exception
Résultat array

errorAction() public méthode

A preliminary error action for handling validation errors
public errorAction ( ) : void
Résultat void

processRequest() public méthode

Catch exceptions while processing an exception and respond to JSON format TODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface The request object
$response Neos\Flow\Mvc\ResponseInterface The response, modified by this handler
Résultat void

Property Details

$supportedMediaTypes protected_oe property

protected array $supportedMediaTypes
Résultat array