confmodules.php
Table of Contents
- config_showAccountModules() : void
- Displays the module selection boxes and checks if dependencies are fulfilled.
- checkModuleInput() : array<int, array<string|int, string>>
- Checks user input and saves the entered settings.
Functions
config_showAccountModules()
Displays the module selection boxes and checks if dependencies are fulfilled.
config_showAccountModules(ConfiguredType $type, htmlResponsiveRow $container) : void
Parameters
- $type : ConfiguredType
-
account type
- $container : htmlResponsiveRow
-
meta HTML container
Return values
void —checkModuleInput()
Checks user input and saves the entered settings.
checkModuleInput(LAMConfig $conf) : array<int, array<string|int, string>>
Parameters
- $conf : LAMConfig
-
config
Return values
array<int, array<string|int, string>> —list of errors