15 lines
304 B
Twig
15 lines
304 B
Twig
![]() |
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation for a summary of a webform debug handler.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - settings: The current configuration for this debug handler.
|
||
|
* - handler: The debug handler.
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
|
||
|
{{ 'Submission values will be displayed onscreen.'|t }}
|