You are here

function crumbs_PluginOperation_findForPath::getValue in Crumbs, the Breadcrumbs suite 7

This runs at the end of the PluginOperation's life cycle, and returns the value that was determined.

File

lib/PluginOperation/findForPath.php, line 81

Class

crumbs_PluginOperation_findForPath

Code

function getValue() {
  return $this->candidateValue;
}