function file_entity_test_menu in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 tests/file_entity_test.module \file_entity_test_menu()
- 7 tests/file_entity_test.module \file_entity_test_menu()
Implements hook_menu().
File
- tests/
file_entity_test.module, line 11 - File Entity Test
Code
function file_entity_test_menu() {
$items = array();
return $items;
}