Topic cluster
Notification
A typed event or request exchanged between decoupled Zotonic components through the notifier.
View topic page4 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
observe_dropbox_file/2
Handle a new file received in the ‘files/dropbox’ folder of a site. Unhandled files are deleted after an hour. If the handler returns ‘ok’ then the file is moved from the files/processing folder to files/handled. folder.
observe_middleware/3
Delegates the request processing.
observe_translate/2
Request a translation of a list of strings. The resulting translations must be in the same order as the request. This notification is handled by modules that interface to external translation services like DeepL or…
observe_url_fetch_options/2
Determine the URL fetch options for fetching the content of an URL. Used by z_fetch.erl.