You are here

public function EntityDataTamperEvent::setCdf in Acquia Content Hub 8.2

Set the CDF document.

Parameters

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

File

src/Event/EntityDataTamperEvent.php, line 62

Class

EntityDataTamperEvent
The event dispatched to populate the DependencyStack without using CDF data.

Namespace

Drupal\acquia_contenthub\Event

Code

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