You are here

public function ExcludeEntityFieldEvent::getFieldName in Acquia Content Hub 8.2

The name of the field.

Return value

string Field name.

File

src/Event/ExcludeEntityFieldEvent.php, line 92

Class

ExcludeEntityFieldEvent
Event fired when serializing individual entity fields for syndication.

Namespace

Drupal\acquia_contenthub\Event

Code

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