Loading src/Plugin/WebformHandler/RecaptchaElementWebformHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
src/Plugin/WebformHandler/RecaptchaElementWebformHandler.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading