Revision 56aebcb7
Added by Assos Assos about 8 years ago
drupal7/sites/all/modules/entityreference/entityreference.info | ||
---|---|---|
1 | 1 |
name = Entity Reference |
2 | 2 |
description = Provides a field that can reference other entities. |
3 |
core = 7.x |
|
4 | 3 |
package = Fields |
4 |
core = 7.x |
|
5 |
|
|
5 | 6 |
dependencies[] = entity |
6 | 7 |
dependencies[] = ctools |
7 | 8 |
|
9 |
test_dependencies[] = feeds |
|
10 |
test_dependencies[] = views |
|
11 |
|
|
8 | 12 |
; Migrate handler. |
9 | 13 |
files[] = entityreference.migrate.inc |
10 | 14 |
|
11 |
; Our plugins interfaces and abstract implementations.
|
|
15 |
; Plugins interfaces and abstract implementations.
|
|
12 | 16 |
files[] = plugins/selection/abstract.inc |
13 | 17 |
files[] = plugins/selection/views.inc |
14 | 18 |
files[] = plugins/behavior/abstract.inc |
15 | 19 |
|
20 |
; Views integration. |
|
16 | 21 |
files[] = views/entityreference_plugin_display.inc |
17 | 22 |
files[] = views/entityreference_plugin_style.inc |
18 | 23 |
files[] = views/entityreference_plugin_row_fields.inc |
... | ... | |
22 | 27 |
files[] = tests/entityreference.taxonomy.test |
23 | 28 |
files[] = tests/entityreference.admin.test |
24 | 29 |
files[] = tests/entityreference.feeds.test |
30 |
files[] = tests/entityreference.entity_translation.test |
|
25 | 31 |
|
26 |
; Information added by packaging script on 2013-11-20
|
|
27 |
version = "7.x-1.1"
|
|
32 |
; Information added by Drupal.org packaging script on 2016-09-19
|
|
33 |
version = "7.x-1.2"
|
|
28 | 34 |
core = "7.x" |
29 | 35 |
project = "entityreference" |
30 |
datestamp = "1384973110"
|
|
36 |
datestamp = "1474306740"
|
|
31 | 37 |
|
Also available in: Unified diff
Weekly update of contrib modules