You are here

public function ArchiveDownloader::__construct in Content Synchronizer 3.x

ArchiveDownloader constructor.

Parameters

\Drupal\Core\Session\AccountProxyInterface $currentUser: The current user.

File

src/Service/ArchiveDownloader.php, line 45

Class

ArchiveDownloader
Class ArchiveDownloader.

Namespace

Drupal\content_synchronizer\Service

Code

public function __construct(AccountProxyInterface $currentUser) {
  $this->currentUser = $currentUser;
}