Closed (works as designed)
Project:
Inline Entity Form
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2013 at 18:22 UTC
Updated:
17 May 2013 at 18:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
mile23..And a patch.
Comment #2
mile23And with a test.
Comment #3
bojanz commentedNot sure what you gain by doing this.
The ability to add a controller after IEF, therefore overriding it?
You could just use hook_module_implements_alter() for that, while we'd keep on using
a standard hook (entity_info_alter()) instead of inventing a custom one.
Comment #4
mile23Yah, I figured it out. :-)
Thanks for your attention.