Skip to content

Instantly share code, notes, and snippets.

View francescop75's full-sized avatar

Francesco P. Sileno francescop75

View GitHub Profile
@francescop75
francescop75 / CustomDrushCommands.php
Created March 8, 2019 22:56 — forked from matthewboman/CustomDrushCommands.php
drush 9 command to rebuild Drupal 8.4+ field mappings
<?php
namespace Drupal\custom_drush_commands\Commands;
use Drush\Commands\DrushCommands;
use Drush\Exceptions\UserAbortException;
/**
* Custom drush commands
*/