You are here

public function RemoteManager::__construct in Entity Share 8.3

Same name and namespace in other branches
  1. 8 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()
  2. 8.2 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()

RemoteManager constructor.

Parameters

\Psr\Log\LoggerInterface $logger: The logger service.

File

modules/entity_share_client/src/Service/RemoteManager.php, line 70

Class

RemoteManager
Service to wrap requests logic.

Namespace

Drupal\entity_share_client\Service

Code

public function __construct(LoggerInterface $logger) {
  $this->logger = $logger;
}