You are here

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.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a summary of an example webform handler.
  5. *
  6. * Available variables:
  7. * - settings: The current configuration for this handler:
  8. * - debug: Debugging flag.
  9. * - handler: The handler information, including:
  10. * - id: The handler plugin id.
  11. * - handler_id: The handler id.
  12. * - label: The handler label.
  13. * - description: The handler description.
  14. *
  15. * @ingroup themeable
  16. */
  17. #}
  18. {% if settings.debug %}<b class="color-error">{{ 'Debugging is enabled'|t }}</b><br />{% endif %}