Return the URL where the module can be edited, configured or uninstalled
If module is not installed, it returns URL to install the module.
Usage
// basic usage
$string = $modules->getModuleEditUrl($className);
// usage with all arguments
$string = $modules->getModuleEditUrl($className, bool $collapseInfo = true);
Arguments
Name | Type(s) | Description |
---|---|---|
className | string, Module | |
collapseInfo (optional) | bool |
Return value
string
$modules methods and properties
API reference based on ProcessWire core version 3.0.236