You are here

public function CalculateEntityDependenciesEvent::getStack in Dependency Calculation 8

Get the dependency stack.

Return value

\Drupal\depcalc\DependencyStack The dependency stack.

1 call to CalculateEntityDependenciesEvent::getStack()
CalculateEntityDependenciesEvent::addDependency in src/Event/CalculateEntityDependenciesEvent.php
Add a dependency to this wrapper.

File

src/Event/CalculateEntityDependenciesEvent.php, line 67

Class

CalculateEntityDependenciesEvent
The event dispatched to calculate dependencies.

Namespace

Drupal\depcalc\Event

Code

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