You are here

public function MigrationDrushCommandProgress::__construct in Migrate Tools 8.4

Same name and namespace in other branches
  1. 8.5 src/EventSubscriber/MigrationDrushCommandProgress.php \Drupal\migrate_tools\EventSubscriber\MigrationDrushCommandProgress::__construct()

MigrationDrushCommandProgress constructor.

Parameters

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

File

src/EventSubscriber/MigrationDrushCommandProgress.php, line 30

Class

MigrationDrushCommandProgress
Import and rollback progress bar.

Namespace

Drupal\migrate_tools\EventSubscriber

Code

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