You are here

function file_entity_test_menu in File Entity (fieldable files) 7.3

Same name and namespace in other branches
  1. 7 tests/file_entity_test.module \file_entity_test_menu()
  2. 7.2 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;
}