You are here

public function LoadLocalEntityEvent::getStack in Acquia Content Hub 8.2

Get the dependency stack.

Return value

\Drupal\depcalc\DependencyStack The Dependency Stack.

File

src/Event/LoadLocalEntityEvent.php, line 70

Class

LoadLocalEntityEvent
Class LoadLocalEntityEvent.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getStack() : DependencyStack {
  return $this->stack;
}