DrupalCode profile
Posts on Drupal.org
Starred projects
Personal Info
Other languages:
English
On Drupal.org for 15 years 10 months
Bio:
/**
* Implements hook_deal_alter().
*/
function vader_deal_alter(&$deal) {
foreach ($deal['people'] as $i => $person) {
if ($person->name == 'Han Solo') {
module_invoke_all('freeze_in_carbonite', $deal['people'][$i]);
}
}
}
Drupal events:
DrupalCon Denver 2012
Projects maintained
I contributed to Drupal issue queues
I give support on IRC
