1 menu.test protected MenuRouterTestCase::menuLoadRouter($router_path)

Load the router for a given path.

File

core/modules/simpletest/tests/menu.test, line 523
Provides SimpleTests for menu.inc.

Class

MenuRouterTestCase

Code

protected function menuLoadRouter($router_path) {
  return db_query('SELECT * FROM {menu_router} WHERE path = :path', array(':path' => $router_path))->fetchAssoc();
}