You are here

public function EntityUsageEvent::getFieldName in Entity Usage 8.2

Same name and namespace in other branches
  1. 8.4 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::getFieldName()

Gets the field name.

Return value

null|string The field name or NULL.

File

src/Events/EntityUsageEvent.php, line 275

Class

EntityUsageEvent
Implementation of Entity Usage events.

Namespace

Drupal\entity_usage\Events

Code

public function getFieldName() {
  return $this->fieldName;
}