You are here

protected function crumbs_CurrentPageInfo::trail in Crumbs, the Breadcrumbs suite 7.2

Build the Crumbs trail.

Return value

array

See also

crumbs_CurrentPageInfo::$trail

File

lib/CurrentPageInfo.php, line 103

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

protected function trail() {
  return $this->trails
    ->getForPath($this->path);
}