You are here

public function PublisherSubscriberStatusCdfAttribute::__construct in Acquia Content Hub 8.2

Constructor.

Parameters

\Drupal\acquia_contenthub\PubSubModuleStatusChecker $checker: Status Checker.

File

src/EventSubscriber/CdfAttributes/PublisherSubscriberStatusCdfAttribute.php, line 29

Class

PublisherSubscriberStatusCdfAttribute
Extracts user specific data for identifying duplicate and anonymous users.

Namespace

Drupal\acquia_contenthub\EventSubscriber\CdfAttributes

Code

public function __construct(PubSubModuleStatusChecker $checker) {
  $this->checker = $checker;
}