GXModulesJsonUtility
in package
Class GXModulesJsonUtility
Tags
Table of Contents
- $finder : JsonMenuFinder
- $mapper : MenuMapper
- __construct() : mixed
- GXModulesJsonUtility constructor.
- parseJsonMenuFiles() : array<string|int, mixed>
- Parses json menu files from GXModules, so they can be cached for the legacy admin menu.
Properties
$finder
private
JsonMenuFinder
$finder
$mapper
private
MenuMapper
$mapper
Methods
__construct()
GXModulesJsonUtility constructor.
public
__construct(JsonMenuFinder $finder, MenuMapper $mapper) : mixed
Parameters
- $finder : JsonMenuFinder
- $mapper : MenuMapper
Return values
mixed —parseJsonMenuFiles()
Parses json menu files from GXModules, so they can be cached for the legacy admin menu.
public
parseJsonMenuFiles() : array<string|int, mixed>