You are here

inline-entity-form-entity-table.html.twig in Inline Entity Form 8

Default theme implementation for a theme's inline_entity_form_entity_table form.

Available variables:

  • form: Form elements for the inline_entity_form_entity_table form.
  • table: The table of referenced entities.

File

templates/inline-entity-form-entity-table.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a theme's inline_entity_form_entity_table form.
  5. *
  6. * Available variables:
  7. * - form: Form elements for the inline_entity_form_entity_table form.
  8. * - table: The table of referenced entities.
  9. *
  10. * @see template_preprocess_inline_entity_form_entity_table()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ table }}