You are here

WebformSubmitEvent.php in RULES WEBFORM 8

Same filename and directory in other branches
  1. 3.x src/Event/WebformSubmitEvent.php

File

src/Event/WebformSubmitEvent.php
View source
<?php

namespace Drupal\rules_webform\Event;


/**
 * Event that is fired when webform is submitted.
 *
 * The event object will be created and the event will be dispatched
 * in hook_webform_submission_insert().
 */
class WebformSubmitEvent extends RulesWebformEventBase {
  const EVENT_NAME = 'webform_submit';

}

Classes

Namesort descending Description
WebformSubmitEvent Event that is fired when webform is submitted.