You are here

public function ContentSynchronizerCommands::__construct in Content Synchronizer 8.2

Same name and namespace in other branches
  1. 3.x src/Commands/ContentSynchronizerCommands.php \Drupal\content_synchronizer\Commands\ContentSynchronizerCommands::__construct()

ContentSynchronizerCommands constructor.

File

src/Commands/ContentSynchronizerCommands.php, line 48

Class

ContentSynchronizerCommands
A Drush commandfile.

Namespace

Drupal\content_synchronizer\Commands

Code

public function __construct(DateFormatter $dateFormatter, FileSystem $fileSystem) {
  $this->dateFormatter = $dateFormatter;
  $this->fileSystem = $fileSystem;
}