You are here

interface crumbs_PluginOperationInterface_find in Crumbs, the Breadcrumbs suite 7

Interface to be used internally by the plugin engine.

Hierarchy

Expanded class hierarchy of crumbs_PluginOperationInterface_find

All classes that implement crumbs_PluginOperationInterface_find

File

./crumbs.module, line 597
Provides an API for building breadcrumbs.

View source
interface crumbs_PluginOperationInterface_find {
  function invoke($plugin, $plugin_key, $weight_keeper);

}

Members