You are here

public function IncidentReportEvent::getReport in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/events_example/src/Event/IncidentReportEvent.php \Drupal\events_example\Event\IncidentReportEvent::getReport()

Get the detailed incident report.

Return value

string The text of the report.

File

events_example/src/Event/IncidentReportEvent.php, line 65

Class

IncidentReportEvent
Wraps a incident report event for event subscribers.

Namespace

Drupal\events_example\Event

Code

public function getReport() {
  return $this->report;
}