You are here

public function IncidentInterface::getEntityTypeId in Radioactivity 8.3

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

Returns the incident entity type.

Return value

string The incident entity type.

1 method overrides IncidentInterface::getEntityTypeId()
Incident::getEntityTypeId in src/Incident.php
Returns the incident entity type.

File

src/IncidentInterface.php, line 40

Class

IncidentInterface
Defines the Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getEntityTypeId();