Implements hook_theme().

File

./spambot.module, line 656

Code

function spambot_theme() {
    return [
        'webform_handler_spambot_validation_summary' => [
            'variables' => [
                'settings' => NULL,
                'handler' => NULL,
            ],
        ],
    ];
}