You are here

protected function crumbs_InvokeAction_findForPath::_getMethods in Crumbs, the Breadcrumbs suite 6.2

File

./crumbs.plugin_engine.inc, line 408

Class

crumbs_InvokeAction_findForPath

Code

protected function _getMethods($method) {
  return array(
    $method,
    $method . '__' . $this->_method_suffix,
  );
}