You are here

public function FrxMenu::tokens in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 FrxMenu.inc \FrxMenu::tokens()

Extract tokens from path

Parameters

$path string path with Frx Tokens in them:

1 call to FrxMenu::tokens()
FrxMenu::addMenuItems in ./FrxMenu.inc
Add menu items to the items array

File

./FrxMenu.inc, line 134
FrxMenu.inc Drupal menu builder @author davidmetzler

Class

FrxMenu
@file FrxMenu.inc Drupal menu builder @author davidmetzler

Code

public function tokens($path) {
  return $this->teng
    ->tokens($path);
}