Needs review
Project:
Webform
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2026 at 12:08 UTC
Updated:
13 Apr 2026 at 12:12 UTC
Jump to comment: Most recent
When implementing a Webform handler without overriding the getSummary() method or adding a webform_handler_PLUGIN_ID_summary theme hook, the following warning is logged:
Theme hook webform_handler_PLUGIN_ID_summary not found.
This has been bothering me for a while when writing custom/contrib Webform handlers. Not every handler needs a summary, usually only handlers with configuration.
Check if the theme hook exists before using it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commented