Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Update docs/hooks/hook_civicrm_alterExternUrl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual authored May 19, 2020
1 parent dc5d3a3 commit f8d9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/hook_civicrm_alterExternUrl.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function MODULENAME_civicrm_alterExternUrl(&$url, $path, $query, $fragment, $abs
}
```

Note that:
!!!note "Notes"

* The function examines `$path`, `$query`, `$fragment`, `$absolute` -- these are the main *inputs*.
* The function outputs the `$url` (per [PSR-7 UriInterface](https://www.php-fig.org/psr/psr-7/#35-psrhttpmessageuriinterface)).
Expand Down

0 comments on commit f8d9605

Please sign in to comment.