You are here

public function UnserializeCdfEntityFieldEvent::getFieldName in Acquia Content Hub 8.2

Get the field name to field values to.

Return value

string The field name.

File

src/Event/UnserializeCdfEntityFieldEvent.php, line 119

Class

UnserializeCdfEntityFieldEvent
Unserializes ContentEntity fields syndicated from CDF.

Namespace

Drupal\acquia_contenthub\Event

Code

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