PingHandler implements RequestHandlerInterface
FinalYes
Tags
Table of Contents
Interfaces
Methods
- handle() : Response<string|int, EmptyResult>
- supports() : bool
Methods
handle()
public
handle(Request $request, SessionInterface $session) : Response<string|int, EmptyResult>
Parameters
- $request : Request
- $session : SessionInterface
Return values
Response<string|int, EmptyResult>supports()
public
supports(Request $request) : bool
Parameters
- $request : Request