You are here

public function LoadLocalEntityEvent::__construct in Acquia Content Hub 8.2

LoadLocalEntityEvent constructor.

Parameters

\Acquia\ContentHubClient\CDF\CDFObject $cdf: The CDF object for which to attempt to load a local entity.

\Drupal\depcalc\DependencyStack $stack: The dependency stack from which to extract related entity data.

File

src/Event/LoadLocalEntityEvent.php, line 49

Class

LoadLocalEntityEvent
Class LoadLocalEntityEvent.

Namespace

Drupal\acquia_contenthub\Event

Code

public function __construct(CDFObject $cdf, DependencyStack $stack) {
  $this->cdf = $cdf;
  $this->stack = $stack;
}