function crumbs_MultiPlugin_example::findParent__node_x in Crumbs, the Breadcrumbs suite 7.2
Same name and namespace in other branches
- 7 crumbs.api.php \crumbs_MultiPlugin_example::findParent__node_x()
Same signature as findParent() Only called for router path node/%
Parameters
string $path:
array $item:
Return value
string[]
File
- ./
crumbs.api.php, line 118
Class
- crumbs_MultiPlugin_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 findParent__node_x($path, $item);