function domain_rules_domain_delete in Domain Rules 7
Implements hook_domain_delete()
File
- ./
domain_rules.module, line 624 - domain_rules.module @description Port of 'Domain rules' by shushu for Drupal7
Code
function domain_rules_domain_delete($domain = '', $form_values = array()) {
rules_invoke_event('domain_delete', $domain);
}