You are here

public function IncidentInterface::getTargetId in Radioactivity 4.0.x

Returns the id of the referenced radioactivity entity.

Return value

string|int The target id.

1 method overrides IncidentInterface::getTargetId()
Incident::getTargetId in src/Incident.php
Returns the id of the referenced radioactivity entity.

File

src/IncidentInterface.php, line 56

Class

IncidentInterface
Defines the Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getTargetId();