You are here

public function ParseCdfEntityEvent::getCdf in Acquia Content Hub 8.2

Returns the CDF Array.

Return value

\Acquia\ContentHubClient\CDF\CDFObject The CDF being parsed.

File

src/Event/ParseCdfEntityEvent.php, line 74

Class

ParseCdfEntityEvent
The event fired during importing a CDF into a local entity.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getCdf() {
  return $this->cdf;
}