You are here

public function FailedImportEvent::getCdf in Acquia Content Hub 8.2

Returns the CDF Document which failed to import.

Return value

\Acquia\ContentHubClient\CDFDocument The CDF document.

File

src/Event/FailedImportEvent.php, line 75

Class

FailedImportEvent
An event for responding to failed imports.

Namespace

Drupal\acquia_contenthub\Event

Code

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