You are here

UpdatingSubmissionEvent.php in RULES WEBFORM 8

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

File

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

namespace Drupal\rules_webform\Event;


/**
 * Event that is fired when webform submission is updating.
 *
 * The event object will be created and the event will be dispatched
 * in hook_webform_submission_presave().
 */
class UpdatingSubmissionEvent extends RulesWebformEventBase {
  const EVENT_NAME = 'updating_submission';

}

Classes

Namesort descending Description
UpdatingSubmissionEvent Event that is fired when webform submission is updating.