Skip to content

Instantly share code, notes, and snippets.

View adnascent's full-sized avatar
💻
Leave undone whatever you hesitate to do.

George Potter adnascent

💻
Leave undone whatever you hesitate to do.
View GitHub Profile
@matthewboman
matthewboman / CustomDrushCommands.php
Last active March 8, 2021 15:01
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
*/