HandlesModals
Table of Contents
Methods
-
parseModalClose()
: Author, callbackId: string, viewId: string, userId: string, contextId: ?string, raw: mixed}|null
-
parseModalSubmit()
: Author, callbackId: string, viewId: string, values: array, userId: string, contextId: ?string, raw: mixed}|null
parseModalClose()
public
parseModalClose(ServerRequestInterface $request) : Author, callbackId: string, viewId: string, userId: string, contextId: ?string, raw: mixed}|null
Parameters
-
$request
: ServerRequestInterface
-
Return values
Author, callbackId: string, viewId: string, userId: string, contextId: ?string, raw: mixed}|null
parseModalSubmit()
public
parseModalSubmit(ServerRequestInterface $request) : Author, callbackId: string, viewId: string, values: array, userId: string, contextId: ?string, raw: mixed}|null
Parameters
-
$request
: ServerRequestInterface
-
Return values
Author, callbackId: string, viewId: string, values: array, userId: string, contextId: ?string, raw: mixed}|null