Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -869,6 +869,10 @@ |
870 | 870 | &$langCode: the language code to get the message for (string) - or - |
871 | 871 | whether to use the content language (true) or site language (false) (bool) |
872 | 872 | |
| 873 | +'NotifyOnPageChangeComplete': called after user email notification. |
| 874 | +$EmailNotification: EmailNotification object being used |
| 875 | +$watchingUser: user (object) to whom email was sent |
| 876 | + |
873 | 877 | 'OpenSearchUrls': Called when constructing the OpenSearch description XML. |
874 | 878 | Hooks can alter or append to the array of URLs for search & suggestion formats. |
875 | 879 | &$urls: array of associative arrays with Url element attributes |