This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* This file deletes all field values of a specific field. | |
* | |
* It is meant to be run with 'drush php-script'. | |
* | |
* It is useful if you want to delete all data from a field, | |
* for example to change field storage settings of a configurable |