You are here

public function PruneCdfEntitiesEvent::setCdf in Acquia Content Hub 8.2

The list of pruned CDF objects.

Parameters

\Acquia\ContentHubClient\CDFDocument $cdf: The CDF document.

File

src/Event/PruneCdfEntitiesEvent.php, line 52

Class

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

Namespace

Drupal\acquia_contenthub\Event

Code

public function setCdf(CDFDocument $cdf) {
  $this->cdf = $cdf;
}