You are here

public function UnserializeCdfEntityFieldEvent::getValue in Acquia Content Hub 8.2

Get the value intended to be used to instantiate a field's values.

Return value

array The array of value.

File

src/Event/UnserializeCdfEntityFieldEvent.php, line 169

Class

UnserializeCdfEntityFieldEvent
Unserializes ContentEntity fields syndicated from CDF.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getValue() {
  return $this->value;
}