You are here

public function EntityImportEvent::getEntityData in Acquia Content Hub 8.2

Get the entity data that was used to create the entity.

Return value

\Acquia\ContentHubClient\CDF\CDFObject The CDF object.

File

src/Event/EntityImportEvent.php, line 64

Class

EntityImportEvent
An event for invoking post-entity-save operations.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getEntityData() {
  return $this->entityData;
}