Skip to content

Instantly share code, notes, and snippets.

@achraf-jeday
achraf-jeday / MigrateOPMCommands.php
Created April 21, 2020 07:02
Progress bar Example: drush command drupal 8
<?php
namespace Drupal\migrate_opm\Commands;
use Drush\Commands\DrushCommands;
use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
/**
* A Drush commandfile.