You are here

public function Menu::tokens in Forena Reports 7.5

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

Extract tokens from path

Parameters

$path string path with Frx 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 136
Menu.inc Drupal menu builder @author davidmetzler

Class

Menu

Namespace

Drupal\forena

Code

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