class DeletingSubmissionEvent in RULES WEBFORM 3.x
Same name and namespace in other branches
- 8 src/Event/DeletingSubmissionEvent.php \Drupal\rules_webform\Event\DeletingSubmissionEvent
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().
Hierarchy
- class \Drupal\Component\EventDispatcher\Event extends \Symfony\Component\EventDispatcher\Event
- class \Drupal\rules_webform\Event\RulesWebformEventBase
- class \Drupal\rules_webform\Event\DeletingSubmissionEvent
- class \Drupal\rules_webform\Event\RulesWebformEventBase
Expanded class hierarchy of DeletingSubmissionEvent
1 file declares its use of DeletingSubmissionEvent
- rules_webform.module in ./
rules_webform.module - Contains rules_webform.module.
File
- src/
Event/ DeletingSubmissionEvent.php, line 11
Namespace
Drupal\rules_webform\EventView source
class DeletingSubmissionEvent extends RulesWebformEventBase {
const EVENT_NAME = 'deleting_submission';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DeletingSubmissionEvent:: |
constant |
Overrides RulesWebformEventBase:: |
||
RulesWebformEventBase:: |
public | property | The webform fields with values (submissions). | |
RulesWebformEventBase:: |
public | property | Unchanged webform fields with values (for the 'updating_submission' event). | |
RulesWebformEventBase:: |
public | property | Submitted webform info. | |
RulesWebformEventBase:: |
private | function | Extract the information about a webform fields. | |
RulesWebformEventBase:: |
private | function | Extract fields values of the submitted webform. | |
RulesWebformEventBase:: |
private | function | Add data about webform to the 'webform_info' context variable. | |
RulesWebformEventBase:: |
public | function | Сonstructs the object. |