Retrieve module info for system properties: PHP or ProcessWire
Usage
// basic usage
$array = $modulesInfo->getModuleInfoSystem(string $moduleName);
// usage with all arguments
$array = $modulesInfo->getModuleInfoSystem(string $moduleName, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
moduleName | string | |
options (optional) | array |
Return value
array
ModulesInfo methods and properties
API reference based on ProcessWire core version 3.0.236