You are here

public function Menu::tokens in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Menu.php \Drupal\forena\Menu::tokens()

Extract tokens from path

Parameters

$path string path with FrxAPI Tokens in them:

1 call to Menu::tokens()
Menu::addMenuItems in src/Menu.php
Add menu items to the items array

File

src/Menu.php, line 149
Menu.inc Drupal menu builder @author davidmetzler

Class

Menu

Namespace

Drupal\forena

Code

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