I blame hook_hook_info() -- I bet it breaks the regex!

Subsequent hooks such as hook_entity_info aren't getting in either.

Comments

joachim’s picture

Hmm nope, _module_builder_process_hook_file() processes it fine. Just not in my cache :/

joachim’s picture

Ok 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.

joachim’s picture

Status: Active » Fixed

Fixed for now. May go back and subgroup by file, but would mean a lot of reworking.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.