Get disk path for requested resource or module or get all paths if no argument
Available since version 3.0.130.
Usage
// basic usage
$string = $config->paths();
// usage with all arguments
$string = $config->paths(string $for = '');
Arguments
Name | Type(s) | Description |
---|---|---|
for (optional) | string | Predefined ProcessWire paths property or module name |
Return value
null
string
Paths
$config methods and properties
API reference based on ProcessWire core version 3.0.236