function crumbs_MonoPlugin_example::findTitle in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 7.2 crumbs.api.php \crumbs_MonoPlugin_example::findTitle()
Parameters
$path: System path of the breadcrumb item that we want to find a link text for.
$item: Router item, as returned by menu_get_item(), but with a few convenience additions added in crumbs_get_router_item().
Return value
A string link text.
File
- ./
crumbs.api.php, line 66
Class
- crumbs_MonoPlugin_example
- Pseudo-interface for plugin objects registered with hook_crumbs_plugins(). The methods defined here are all optional. We only use this interface for documentation, no class actually implements it.
Code
function findTitle($path, $item);