Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 22:01 UTC
Updated:
29 Jul 2014 at 18:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchHere's a patch.
Comment #2
yched commenteddrupal_function_exists($module, '_node_grants')?I guess you meant string concat :-)
Comment #3
catchOuch.
Comment #5
casey commenteddrupal_function_exists() is removed (#497118: Remove the registry (for functions)).
Comment #6
catchComment #7
marvil07 commentedWhen this patch was written, the
module_hook()function was only doing a simple concatenation and then a call tofunction_exists(), but now it's doing something s a little more complicated than that.Now it is also taking a look to lazy loaded files registered via
hook_hook_info(), so I guess this can be safely closed as won't fix.(current code link on api.d.o)
Comment #8
agentrickard