You are here

public function Incident::getEntityTypeId in Radioactivity 8.3

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

Returns the incident entity type.

Return value

string The incident entity type.

Overrides IncidentInterface::getEntityTypeId

File

src/Incident.php, line 160

Class

Incident
Data class for Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getEntityTypeId() {
  return $this->entityType;
}