public function Menu::tokens in Forena Reports 7.5
Same name and namespace in other branches
- 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
Namespace
Drupal\forenaCode
public function tokens($path) {
return $this->teng
->tokens($path);
}