You are here

Files in Inline Entity Form 7

Primary tabs

File namesort descending Location Namespace Description
commerce-product.css theme/commerce-product.css .ief-product-attributes .fieldset-wrapper { margin-top: 15px; } .ief-product-attributes .fieldset-wrapper > div { margin-right: 20px; } .ief-product-details .field-type-commerce-price .form-item { margin-right: 15px; }
commerce_line_item.inline_entity_form.inc includes/commerce_line_item.inline_entity_form.inc Defines the inline entity form controller for Commerce Line Items.
commerce_product.inline_entity_form.inc includes/commerce_product.inline_entity_form.inc Defines the inline entity form controller for Commerce Products.
entity.inline_entity_form.inc includes/entity.inline_entity_form.inc Defines the base inline entity form controller.
inline_entity_form.api.php inline_entity_form.api.php Hooks provided by the Inline Entity Form module.
inline_entity_form.css theme/inline_entity_form.css .ief-cardinality-count { text-align: right; font-size: 0.9em; } .ief-tabledrag-header { border-right: none; } .ief-sort-order-header { border-left: none; } .ief-first-column-header { border-left: none; } .ief-tabledrag-handle { …
inline_entity_form.info inline_entity_form.info name = Inline Entity Form description = "Provides a widget for inline management (creation, modification, removal) of referenced entities. " package = Fields dependencies[] = entity dependencies[] = system (>7.14) test_dependencies[] =…
inline_entity_form.module inline_entity_form.module Provides a widget for inline management (creation, modification, removal) of referenced entities. The primary use case is the parent -> children one (for example, order -> line items), where the child entities are never managed outside the…
inline_entity_form.seven.css theme/inline_entity_form.seven.css .ief-row-entity-form { background-color: #D5E9F2 !important; } .field-widget-inline-entity-form fieldset.form-wrapper { border: 0; } .ief-entity-fieldset, .ief-entity-fieldset fieldset { background-color: transparent; } .ief-form >…
inline_entity_form_test.info tests/modules/inline_entity_form_test/inline_entity_form_test.info name = Inline entity form test description = Contains all content types required for IEF testing core = 7.x package = Testing hidden = TRUE dependencies[] = entityreference dependencies[] = image dependencies[] = inline_entity_form dependencies[] =…
inline_entity_form_test.module tests/modules/inline_entity_form_test/inline_entity_form_test.module Support module for Inline Entity Form tests.
inline_entity_form_test_base.test tests/inline_entity_form_test_base.test
multiple_values_widget.test tests/multiple_values_widget.test
node.inline_entity_form.inc includes/node.inline_entity_form.inc Defines the inline entity form controller for Nodes.
taxonomy_term.inline_entity_form.inc includes/taxonomy_term.inline_entity_form.inc Defines the inline entity form controller for Taxonomy terms.

Other projects