You are here

public function EntityInteractionCollector::__construct in Better Statistics 8

EntityInteractionCollector constructor.

File

src/EntityInteractionCollector.php, line 35

Class

EntityInteractionCollector
Class EntityInteractionCollector.

Namespace

Drupal\better_statistics

Code

public function __construct(Dispatcher $sapiDispatcher, ActionTypeManager $sapiActionTypeManager) {
  $this->sapiDispatcher = $sapiDispatcher;
  $this->sapiActionTypeManager = $sapiActionTypeManager;
}