You are here

public function PruneCdfEntitiesEvent::getCdf in Acquia Content Hub 8.2

The CDF Objects to consider pruning.

Return value

\Acquia\ContentHubClient\CDFDocument The CDF document.

File

src/Event/PruneCdfEntitiesEvent.php, line 42

Class

PruneCdfEntitiesEvent
Use to remove entities a subscriber does not want to import.

Namespace

Drupal\acquia_contenthub\Event

Code

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