You are here

function crumbs_InjectedAPI_hookCrumbsPlugins::routeParentPath in Crumbs, the Breadcrumbs suite 7.2

Parameters

string $route:

string $key:

string $parent_path:

File

lib/InjectedAPI/hookCrumbsPlugins.php, line 278

Class

crumbs_InjectedAPI_hookCrumbsPlugins
API object to be used as an argument for hook_crumbs_plugins() This is a sandbox class, currently not used..

Code

function routeParentPath($route, $key, $parent_path) {
  $this
    ->routeMonoPlugin($route, $key, new crumbs_MonoPlugin_FixedParentPath($parent_path));
}