webform-handler-webform-protected-downloads-summary.html.twig in Webform Protected Downloads 8
Default theme implementation for a summary of an example webform handler.
Available variables:
- settings: The current configuration for this handler:
- debug: Debugging flag.
- handler: The handler information, including:
- id: The handler plugin id.
- handler_id: The handler id.
- label: The handler label.
- description: The handler description.
File
templates/webform-handler-webform-protected-downloads-summary.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for a summary of an example webform handler.
- *
- * Available variables:
- * - settings: The current configuration for this handler:
- * - debug: Debugging flag.
- * - handler: The handler information, including:
- * - id: The handler plugin id.
- * - handler_id: The handler id.
- * - label: The handler label.
- * - description: The handler description.
- *
- * @ingroup themeable
- */
- #}
- {% if settings.debug %}<b class="color-error">{{ 'Debugging is enabled'|t }}</b><br />{% endif %}