You are here

public function CreateCdfEntityEvent::getCdfList in Acquia Content Hub 8.2

Get the entire list of CDF Objects generated for this entity.

Return value

\Acquia\ContentHubClient\CDF\CDFObject[] The CDF list.

File

src/Event/CreateCdfEntityEvent.php, line 118

Class

CreateCdfEntityEvent
The event dispatched to create new CDF objects.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getCdfList() {
  return $this->cdfs;
}