Function __global->_find_all_modules
Definitions
sources/zones2.php
- Get an array of all the modules.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $zone | ID_TEXT | No | No | required parameter | N/A | N/A | The zone name |
Returns
- A map of page name to type (modules_custom, etc)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get an array of all the modules.
*
* @param ID_TEXT $zone The zone name
* @return array A map of page name to type (modules_custom, etc)
*/
function _find_all_modules(string $zone) : array
* Get an array of all the modules.
*
* @param ID_TEXT $zone The zone name
* @return array A map of page name to type (modules_custom, etc)
*/
function _find_all_modules(string $zone) : array

