function upgrade_174() {
$this->runAllClassesInDirectory('Upgrade_174');
}class Upgrade_174_SetDrupalVariable implements UpgraderInterface {
public function upgrade() {
drush_vset('foo', 'bar');
}
}- Upgrade_173
- Upgrade_173_CreateOptionValue.php
- Upgrade_174
- Upgrade_174_SetDrupalVariable.php
- Upgrade_174_DeleteLocationType.php