1
|
name = Entity Reference
|
2
|
description = Provides a field that can reference other entities.
|
3
|
core = 7.x
|
4
|
package = Fields
|
5
|
dependencies[] = entity
|
6
|
dependencies[] = ctools
|
7
|
|
8
|
; Migrate handler.
|
9
|
files[] = entityreference.migrate.inc
|
10
|
|
11
|
; Our plugins interfaces and abstract implementations.
|
12
|
files[] = plugins/selection/abstract.inc
|
13
|
files[] = plugins/selection/views.inc
|
14
|
files[] = plugins/behavior/abstract.inc
|
15
|
|
16
|
files[] = views/entityreference_plugin_display.inc
|
17
|
files[] = views/entityreference_plugin_style.inc
|
18
|
files[] = views/entityreference_plugin_row_fields.inc
|
19
|
|
20
|
; Tests.
|
21
|
files[] = tests/entityreference.handlers.test
|
22
|
files[] = tests/entityreference.taxonomy.test
|
23
|
files[] = tests/entityreference.admin.test
|
24
|
files[] = tests/entityreference.feeds.test
|
25
|
|
26
|
; Information added by packaging script on 2013-11-20
|
27
|
version = "7.x-1.1"
|
28
|
core = "7.x"
|
29
|
project = "entityreference"
|
30
|
datestamp = "1384973110"
|
31
|
|