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