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