You are here

function _crumbs_InvokeAction_define::getKeys in Crumbs, the Breadcrumbs suite 6.2

File

./crumbs.admin.inc, line 243

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 getKeys() {
  return $this->_keys;
}