Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2010 at 18:51 UTC
Updated:
6 May 2010 at 06:40 UTC
Jump to comment: Most recent file
Part of #675046: Make sure all hooks in D7 have documentation
hook_trigger_info_alter is invoked in function _trigger_get_all_info() in modules/trigger/trigger.module but is currently undocmented. Patch coming shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 776728.patch | 1.81 KB | jhodgdon |
Comments
Comment #1
jhodgdonHere's a patch...
So, I can't figure out why someone would really want to alter the trigger info, since the only thing you can change is the label the user sees. The ability to alter it was introduced in the trigger mddule overhaul #525540: trigger.module and includes/actions.inc need overhaul and as far as I can see, wasn't really discussed.
Because of this, the example is a bit lame. But, anyway, it's documented...
Comment #2
robeano commented#1: 776728.patch queued for re-testing.
Comment #4
jhodgdonThat test failure in RDF was definitely not caused by this patch...
Comment #5
jhodgdon#1: 776728.patch queued for re-testing.
Comment #6
cwgordon7 commentedLooks good.
Comment #7
webchickCommitted to HEAD! w00t!