You are here

interface crumbs_PluginOperationInterface_alter in Crumbs, the Breadcrumbs suite 7

Interface to be used internally by the plugin engine.

Hierarchy

Expanded class hierarchy of crumbs_PluginOperationInterface_alter

All classes that implement crumbs_PluginOperationInterface_alter

File

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

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

}

Members