You are here

public function StubTracker::setStack in Acquia Content Hub 8.2

Sets the dependency stack object to compare potential stubs against.

Parameters

\Drupal\depcalc\DependencyStack $stack: The dependency stack.

File

src/StubTracker.php, line 61

Class

StubTracker
Class StubTracker.

Namespace

Drupal\acquia_contenthub

Code

public function setStack(DependencyStack $stack) {
  $this->stack = $stack;
}