ModulesInfo::getModuleInfoSystem()

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

NameType(s)Description
$moduleNamestring
$options (optional)array

Return value

array


ModulesInfo methods and properties

API reference based on ProcessWire core version 3.0.251