You are here

public function StubTracker::__construct in Acquia Content Hub 8.2

StubTracker constructor.

Parameters

\Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher: Event dispatcher.

File

src/StubTracker.php, line 51

Class

StubTracker
Class StubTracker.

Namespace

Drupal\acquia_contenthub

Code

public function __construct(EventDispatcherInterface $dispatcher) {
  $this->dispatcher = $dispatcher;
}