webform-handler-webform-entity-handler-summary.html.twig in Webform Entity Handler 2.x
Same filename and directory in other branches
Default theme implementation for a summary of webform entity handler.
Available variables:
- settings: The current configuration for this entity handler.
- handler: The commerce handler.
File
templates/webform-handler-webform-entity-handler-summary.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for a summary of webform entity handler.
- *
- * Available variables:
- * - settings: The current configuration for this entity handler.
- * - handler: The commerce handler.
- *
- * @ingroup themeable
- */
- #}
- {% for setting in settings.settings %}
- <b>{{ setting.title }}:</b> {{ setting.value }}<br />
- {% endfor %}