Closed (fixed)
Project:
Module Builder
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 20:45 UTC
Updated:
21 Oct 2011 at 12:00 UTC
I blame hook_hook_info() -- I bet it breaks the regex!
Subsequent hooks such as hook_entity_info aren't getting in either.
Comments
Comment #1
joachim commentedHmm nope, _module_builder_process_hook_file() processes it fine. Just not in my cache :/
Comment #2
joachim commentedOk the problem is that system module has two api.php files, system and theme. And both are picked up, and the hook list from both gets put into a numerical array... hence clobbering occurs.
Comment #3
joachim commentedFixed for now. May go back and subgroup by file, but would mean a lot of reworking.