DeletingSubmissionEvent.php in RULES WEBFORM 3.x
Same filename and directory in other branches
Namespace
Drupal\rules_webform\EventFile
src/Event/DeletingSubmissionEvent.phpView source
<?php
namespace Drupal\rules_webform\Event;
/**
* Event that is fired when webform submission is deleting.
*
* The event object will be created and the event will be dispatched
* in hook_webform_submission_delete().
*/
class DeletingSubmissionEvent extends RulesWebformEventBase {
const EVENT_NAME = 'deleting_submission';
}
Classes
Name | Description |
---|---|
DeletingSubmissionEvent | Event that is fired when webform submission is deleting. |