IncidentReportEvent::$type

Same name in other branches
  1. 8.x-1.x events_example/src/Event/IncidentReportEvent.php \Drupal\events_example\Event\IncidentReportEvent::type
  2. 4.0.x modules/events_example/src/Event/IncidentReportEvent.php \Drupal\events_example\Event\IncidentReportEvent::type

Incident type.

Type: string

File

modules/events_example/src/Event/IncidentReportEvent.php, line 27

Class

IncidentReportEvent
Wraps a incident report event for event subscribers.

Namespace

Drupal\events_example\Event

Code

protected $type;