You are here

public function FailedImportEvent::getStack in Acquia Content Hub 8.2

Returns the populated dependency stack.

Return value

\Drupal\depcalc\DependencyStack The dependency stack.

File

src/Event/FailedImportEvent.php, line 85

Class

FailedImportEvent
An event for responding to failed imports.

Namespace

Drupal\acquia_contenthub\Event

Code

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