Field::editUrl() method  
Get URL to edit field in the admin
Available since version 3.0.151.
Usage
// basic usage
$string = $field->editUrl();
// usage with all arguments
$string = $field->editUrl($options = []);Arguments
| Name | Type(s) | Description | 
|---|---|---|
$options (optional) | array bool string | Specify array of options, string for find option, or bool for http option. 
  | 
Return value
string
API reference based on ProcessWire core version 3.0.252