function _crumbs_InvokeAction_define::getKeysByPlugin in Crumbs, the Breadcrumbs suite 6.2
File
- ./
crumbs.admin.inc, line 247
Class
- _crumbs_InvokeAction_define
- This class uses the InvokeAction pattern, but it does not implement any of the InvokeAction interfaces. This is because it is not supposed to be used with the PluginEngine, but rather from a custom function (see above).
Code
function getKeysByPlugin() {
return $this->_keysByPlugin;
}