You are here

public function CleanUpStubsEvent::getStack in Acquia Content Hub 8.2

Get the dependency stack.

Return value

\Drupal\depcalc\DependencyStack The dependency stack for this event.

File

src/Event/CleanUpStubsEvent.php, line 67

Class

CleanUpStubsEvent
Event to clean up stubs after import.

Namespace

Drupal\acquia_contenthub\Event

Code

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