ModulesInfo::getModuleInfoProperty()

Get just a single property of module info

Available since version 3.0.107.

Usage

// basic usage
$mixed = $modulesInfo->getModuleInfoProperty($class, string $property);

// usage with all arguments
$mixed = $modulesInfo->getModuleInfoProperty($class, string $property, array $options = []);

Arguments

NameType(s)Description
$classModule string

Module instance or module name

$propertystring

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


ModulesInfo methods and properties

API reference based on ProcessWire core version 3.0.251