You are here

public function PreEntitySaveEvent::getCdf in Acquia Content Hub 8.2

Get the CDF object from which this entity was derived.

Return value

\Acquia\ContentHubClient\CDF\CDFObject CDF Object.

File

src/Event/PreEntitySaveEvent.php, line 80

Class

PreEntitySaveEvent
Event that fires prior to an entity save.

Namespace

Drupal\acquia_contenthub\Event

Code

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