ModulesInfo::getModuleInfoAll()
Get info arrays for all modules indexed by module name
Usage
// basic usage
$array = $modulesInfo->getModuleInfoAll();
// usage with all arguments
$array = $modulesInfo->getModuleInfoAll(array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$options (optional) | array | See options for getModuleInfo() method |
Return value
array
ModulesInfo methods and properties
API reference based on ProcessWire core version 3.0.253