You are here

public function IncidentInterface::getFieldName in Radioactivity 8.3

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

Returns the incident field name.

Return value

string The incident field name.

1 method overrides IncidentInterface::getFieldName()
Incident::getFieldName in src/Incident.php
Returns the incident field name.

File

src/IncidentInterface.php, line 32

Class

IncidentInterface
Defines the Radioactivity Incident.

Namespace

Drupal\radioactivity

Code

public function getFieldName();