field-collection-item.tpl.php |
field-collection-item.tpl.php |
|
Default theme implementation for field collection items. |
field_collection.admin.inc |
field_collection.admin.inc |
|
Provides the field_collection module admin pages. |
field_collection.api.php |
field_collection.api.php |
|
Contains API documentation and examples for the Field Collection. |
field_collection.diff.inc |
field_collection.diff.inc |
|
Provide diff field functions for the Field Collection. |
field_collection.entity.inc |
field_collection.entity.inc |
|
|
field_collection.info |
field_collection.info |
|
name = Field Collection
description = Provides a field collection field, to which any number of fields can be attached.
core = 7.x
dependencies[] = entity
test_dependencies[] = entity_translation
files[] = field_collection.test
files[] =… |
field_collection.info.inc |
field_collection.info.inc |
|
Provides entity property info for field collection items. |
field_collection.install |
field_collection.install |
|
Install, update and uninstall functions for the field_collection module. |
field_collection.migrate.inc |
field_collection.migrate.inc |
|
Support for the Migrate API. |
field_collection.module |
field_collection.module |
|
Module implementing field collection field type. |
field_collection.pages.inc |
field_collection.pages.inc |
|
Provides the field collection item view / edit / delete pages. |
field_collection.pathauto.inc |
field_collection.pathauto.inc |
|
|
field_collection.test |
field_collection.test |
|
Tests for field_collections. |
field_collection.theme.css |
field_collection.theme.css |
|
@charset "UTF-8";
.field-collection-container {
border-bottom: 1px solid #d3d7d9;
margin-bottom: 1em;
}
.field-collection-container .field-items .field-item {
margin-bottom: 10px;
}
.field-collection-container .field-items… |
field_collection.tokens.inc |
field_collection.tokens.inc |
|
Provides host entity tokens for field_collection.module. |
field_collection.views.inc |
views/field_collection.views.inc |
|
Views integration for field collection fields. |
field_collection_from_field.inc |
ctools/relationships/field_collection_from_field.inc |
|
Plugin to provide a relationship handler for a field collection field. |
field_collection_handler_relationship.inc |
views/field_collection_handler_relationship.inc |
|
Provide relationship handler for field collection fields. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Using field collection with entity translation
* Maintainers
INTRODUCTION
------------
Provides a field collection field to which any… |
translation.handler.field_collection_item.inc |
includes/translation.handler.field_collection_item.inc |
|
Field Collection Item translation handler for the Entity Translation module. |