Projet

Général

Profil

Paste
Télécharger (155 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / file_entity / tests / file_entity_test.module @ 66c11afc

1
<?php
2

    
3
/**
4
 * @file
5
 * File Entity Test
6
 */
7

    
8
/**
9
 * Implements hook_menu().
10
 */
11
function file_entity_test_menu() {
12
  $items = array();
13

    
14
  return $items;
15
}