Skip to content

Instantly share code, notes, and snippets.

@swichers
swichers / rebuild_field_map.d8.drush.inc
Created November 23, 2017 00:07
drush 8 command to rebuild Drupal 8 field mappings
<?php
/**
* @file
* Drush command implementation for rebuild-field-map.
*
* This will allow rebuilding the field mapping stored in the key value store
* for a given entity type. This is helpful when trying to repair a corrupted
* field map store without having to add and remove fields.
*/