You are here

DeletingSubmissionEvent.php in RULES WEBFORM 8

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

File

src/Event/DeletingSubmissionEvent.php
View 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

Namesort descending Description
DeletingSubmissionEvent Event that is fired when webform submission is deleting.