38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
name = Entity Reference
|
|
description = Provides a field that can reference other entities.
|
|
package = Fields
|
|
core = 7.x
|
|
|
|
dependencies[] = entity
|
|
dependencies[] = ctools
|
|
|
|
test_dependencies[] = feeds
|
|
test_dependencies[] = views
|
|
|
|
; Migrate handler.
|
|
files[] = entityreference.migrate.inc
|
|
|
|
; Plugins interfaces and abstract implementations.
|
|
files[] = plugins/selection/abstract.inc
|
|
files[] = plugins/selection/views.inc
|
|
files[] = plugins/behavior/abstract.inc
|
|
|
|
; Views integration.
|
|
files[] = views/entityreference_plugin_display.inc
|
|
files[] = views/entityreference_plugin_style.inc
|
|
files[] = views/entityreference_plugin_row_fields.inc
|
|
|
|
; Tests.
|
|
files[] = tests/entityreference.handlers.test
|
|
files[] = tests/entityreference.taxonomy.test
|
|
files[] = tests/entityreference.admin.test
|
|
files[] = tests/entityreference.feeds.test
|
|
files[] = tests/entityreference.entity_translation.test
|
|
|
|
; Information added by Drupal.org packaging script on 2017-08-16
|
|
version = "7.x-1.5"
|
|
core = "7.x"
|
|
project = "entityreference"
|
|
datestamp = "1502895850"
|
|
|