You are here

public function Report::__construct in Acquia Content Hub 8.2

Report constructor.

Parameters

\Drupal\acquia_contenthub\ContentHubCommonActions $common: Common Actions.

\Drupal\Core\Extension\ModuleExtensionList $module_list: List of modules.

File

src/EventSubscriber/HandleWebhook/Report.php, line 52

Class

Report
Handles webhooks with a payload requesting site report.

Namespace

Drupal\acquia_contenthub\EventSubscriber\HandleWebhook

Code

public function __construct(ContentHubCommonActions $common, ModuleExtensionList $module_list) {
  $this->common = $common;
  $this->moduleList = $module_list;
}