public function DumpAssets::__construct in Acquia Content Hub 8.2
ImportUpdateAssets constructor.
Parameters
\Drupal\acquia_contenthub_subscriber\SubscriberTracker $tracker: The subscription tracker.
\Drupal\Core\Entity\EntityTypeManagerInterface $manager: The entity type manager.
\Drupal\acquia_contenthub\ContentHubCommonActions $common: The common actions.
File
- modules/
acquia_contenthub_subscriber/ src/ EventSubscriber/ HandleWebhook/ DumpAssets.php, line 61
Class
- DumpAssets
- Class DumpAssets.
Namespace
Drupal\acquia_contenthub_subscriber\EventSubscriber\HandleWebhookCode
public function __construct(SubscriberTracker $tracker, EntityTypeManagerInterface $manager, ContentHubCommonActions $common) {
$this->tracker = $tracker;
$this->manager = $manager;
$this->common = $common;
}