DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:action_handle_subscribe

ACTION_HANDLE_SUBSCRIBE

Description:
handle, process & generate data for a subscribe request
DefaultAction:
subscription style, target and action are validated and data (time) is generated
Preventable:
yes
Added:
2010-01-20

This event is signaled by act_subscription() in inc/actions.php when receiving a subscribe request, handlers can use it to allow different subscription styles, targets and actions.

Passed Data

The passed Doku_Event object has the fields: $data and $result.

The $data field is an array with the entries:

  • $data['target'] – Target page or namespace ID; Namespaces are denoted by a trailing :.
  • $data['style'] – Subscription style; core allows 'every' and 'digest' for pages and namespaces, and 'list' for namespaces.
  • $data['action'] – Subscription action; core knows subscribe and unsubscribe.

In the BEFORE event handler you can modify the $data field and eventually you can use here preventDefault() to skip execution of DokuWiki's default subscription_handle_post().

The $result field is always null because this event has no default action that sets this field. The AFTER event handler let you process the $data field further after the default processing.

See also

devel/event/action_handle_subscribe.txt · Last modified: 2018-12-08 14:52 by torpedo

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki