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 2016-09-19
|
33
|
version = "7.x-1.2"
|
34
|
core = "7.x"
|
35
|
project = "entityreference"
|
36
|
datestamp = "1474306740"
|
37
|
|