You are here

function menu_node_test_get in Menu Node API 7

Get the static value.

1 call to menu_node_test_get()
MenuNodeAPIHookTestCase::testMenuNodeAPIHooks in tests/menu_node.test
Run tests against the menu_node_test.module.

File

tests/menu_node_test.module, line 22
Test module for Menu Node API hooks.

Code

function menu_node_test_get() {
  return menu_node_test_set();
}