public function RemoteManager::__construct in Entity Share 8.3
Same name and namespace in other branches
- 8 modules/entity_share_client/src/Service/RemoteManager.php \Drupal\entity_share_client\Service\RemoteManager::__construct()
- 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\ServiceCode
public function __construct(LoggerInterface $logger) {
$this->logger = $logger;
}