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 3118e43 commit f07ddd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/hooks/hook_civicrm_alterExternUrl.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function MODULENAME_civicrm_alterExternUrl(&$url, $path, $query, $fragment, $abs
```

!!!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)).
* The outputted `$url` *incorporates* the requested values, but they do not have to be used *literally*.
Expand Down

0 comments on commit f07ddd5

Please sign in to comment.