You are here

public function LoadLocalEntityEvent::getCdf in Acquia Content Hub 8.2

Get the CDF Object.

Return value

\Acquia\ContentHubClient\CDF\CDFObject The CDF object.

File

src/Event/LoadLocalEntityEvent.php, line 60

Class

LoadLocalEntityEvent
Class LoadLocalEntityEvent.

Namespace

Drupal\acquia_contenthub\Event

Code

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