WebformSubmitEvent.php in RULES WEBFORM 8
Same filename and directory in other branches
Namespace
Drupal\rules_webform\EventFile
src/Event/WebformSubmitEvent.phpView 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
Name | Description |
---|---|
WebformSubmitEvent | Event that is fired when webform is submitted. |