1 menu.test | protected MenuRouterTestCase::menuLoadRouter($router_path) |
Load the router for a given path.
File
Class
Code
protected function menuLoadRouter($router_path) {
return db_query('SELECT * FROM {menu_router} WHERE path = :path', array(':path' => $router_path))->fetchAssoc();
}