批量修改Drupal的字段

我们可以使用Views Bulk Operations,然后使用Execute Arbitrary PHP Script 来修改实体的字段值

$object->field_foo['und'][0]['value'] = 'some_value'