You are here

public function EntityDataTamperEvent::getCdf in Acquia Content Hub 8.2

Get the current CDF document.

Return value

\Acquia\ContentHubClient\CDFDocument The CDF document.

File

src/Event/EntityDataTamperEvent.php, line 52

Class

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

Namespace

Drupal\acquia_contenthub\Event

Code

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