You are here

public function IncidentInterface::toJson in Radioactivity 8.3

Same name and namespace in other branches
  1. 4.0.x src/IncidentInterface.php \Drupal\radioactivity\IncidentInterface::toJson()

Convert to JSON format.

Return value

string Json encoded incident data.

1 method overrides IncidentInterface::toJson()
Incident::toJson in src/Incident.php
Convert to JSON format.

File

src/IncidentInterface.php, line 24

Class

IncidentInterface
Defines the Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function toJson();