Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
trigger.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 05:04 UTC
Updated:
6 Apr 2010 at 12:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidAPI changes go to the latest development version. Moving to the 7.x issue queue.
Comment #2
miro_dietikerI vote for _trigger_get_hook_aids() to be public since there's a clear gap on how to find aid-ID's when you provide advanced actions. We need that interface.
The only option would be to introduce a new trigger_actions_do($hook, $operation, &$object, $context...) but since normalization could not be done generically we simply need trigger_get_hook_aids as an api to fetch aids.
Attached patch to make it public.
Comment #4
casey commented_trigger_get_hook_aids() is gone in D7. I think its replaced with http://api.drupal.org/api/function/trigger_get_assigned_actions/7