Projet

Général

Profil

Paste
Télécharger (1 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / entityreference / entityreference.info @ 59ae487e

1
name = Entity Reference
2
description = Provides a field that can reference other entities.
3
package = Fields
4
core = 7.x
5

    
6
dependencies[] = entity
7
dependencies[] = ctools
8

    
9
test_dependencies[] = feeds
10
test_dependencies[] = views
11

    
12
; Migrate handler.
13
files[] = entityreference.migrate.inc
14

    
15
; Plugins interfaces and abstract implementations.
16
files[] = plugins/selection/abstract.inc
17
files[] = plugins/selection/views.inc
18
files[] = plugins/behavior/abstract.inc
19

    
20
; Views integration.
21
files[] = views/entityreference_plugin_display.inc
22
files[] = views/entityreference_plugin_style.inc
23
files[] = views/entityreference_plugin_row_fields.inc
24

    
25
; Tests.
26
files[] = tests/entityreference.handlers.test
27
files[] = tests/entityreference.taxonomy.test
28
files[] = tests/entityreference.admin.test
29
files[] = tests/entityreference.feeds.test
30
files[] = tests/entityreference.entity_translation.test
31

    
32
; Information added by Drupal.org packaging script on 2017-05-23
33
version = "7.x-1.4"
34
core = "7.x"
35
project = "entityreference"
36
datestamp = "1495557187"
37