FormSelectTreeAjaxController
Backend controller for selectTree ajax operations
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- fetchDataAction() : ResponseInterface
- Returns json representing category tree
Methods
__construct()
public
__construct(FormDataCompiler $formDataCompiler, FlexFormTools $flexFormTools) : mixed
Parameters
- $formDataCompiler : FormDataCompiler
- $flexFormTools : FlexFormTools
fetchDataAction()
Returns json representing category tree
public
fetchDataAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface