Commit aa56730d authored by Gerrit Louis de Beuze's avatar Gerrit Louis de Beuze Committed by casey
Browse files

Issue #3211928 by Gertlor: RecaptchaElementWebformHandler requires saving submissions

parent 770a2a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ use Drupal\Core\Form\FormStateInterface;
 *   description = @Translation("Adds reCaptcha protection to the webform."),
 *   cardinality = \Drupal\webform\Plugin\WebformHandlerInterface::CARDINALITY_SINGLE,
 *   results = \Drupal\webform\Plugin\WebformHandlerInterface::RESULTS_IGNORED,
 *   submission = \Drupal\webform\Plugin\WebformHandlerInterface::SUBMISSION_REQUIRED,
 *   submission = \Drupal\webform\Plugin\WebformHandlerInterface::SUBMISSION_OPTIONAL,
 * )
 */
class RecaptchaElementWebformHandler extends WebformHandlerBase {