Get just a single property of module info
Available since version 3.0.107.
Usage
// basic usage
$mixed = $modules->getModuleInfoProperty($class, string $property);
// usage with all arguments
$mixed = $modules->getModuleInfoProperty($class, string $property, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
class | Module, string | Module instance or module name |
property | string | Name of property to get |
options (optional) | array | Additional options (see getModuleInfo method for options) |
Return value
mixed
null
Returns value of property or null if not found
$modules methods and properties
API reference based on ProcessWire core version 3.0.236