Inject the PluginBroker into the ActionController so that we pick up any module's...
authorRob Allen <rob@akrabat.com>
Tue, 17 Jan 2012 21:28:56 +0000 (21:28 +0000)
committerRob Allen <rob@akrabat.com>
Tue, 17 Jan 2012 21:28:56 +0000 (21:28 +0000)
commit8ad02d5344b78a9b0470c83743ea3900b0425b75
treea9818e92e42e2e8f38e68762a140f0b58818ad5d
parent3c043eb2ee8298e2bdb455591a8d17c410947b7c
Inject the PluginBroker into the ActionController so that we pick up any module's controller plugins that they have injected into it. By injecting into ActionController, all controllers that extend it will automatically pick up this injection without having to inject themselves which of course saves a lot of typing for developers and stops them wondering why a given plugin isn't working in a particular controller\!
module/Application/config/module.config.php