DEFAULT_BASE_PATH
DEFAULT_BASE_PATH
Admin Config.
setBasePath(string  $path) : \Charcoal\Admin\Config
                Set the admin module's route group.
| string | $path | The admin module base path.  | 
                            
If the route group is invalid.
Chainable
setRoutes(array  $routes) : \Charcoal\Admin\Config
                Parse the admin module's route configuration.
| array | $routes | The route configuration structure to set.  | 
                            
Chainable