function crumbs_InvokeAction_findForPath::getValue in Crumbs, the Breadcrumbs suite 6.2
This runs at the end of the InvokeAction's life cycle, and returns the value that was determined.
File
- ./
crumbs.plugin_engine.inc, line 385
Class
Code
function getValue() {
return $this->_candidate_value;
}