16 lines
353 B
Twig
16 lines
353 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* 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.
|
|
*
|
|
* @see template_preprocess_inline_entity_form_entity_table()
|
|
*
|
|
* @ingroup themeable
|
|
*/
|
|
#}
|
|
{{ table }}
|