You are here

public function SerializeCdfEntityFieldEvent::getFieldName in Acquia Content Hub 8.2

The name of the field.

Return value

string Field name.

File

src/Event/SerializeCdfEntityFieldEvent.php, line 92

Class

SerializeCdfEntityFieldEvent
Event fired when serializing individual entity fields for syndication.

Namespace

Drupal\acquia_contenthub\Event

Code

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