You are here

function domain_variable_domain_delete in Domain Variable 7

Implements hook_domain_delete().

File

./domain_variable.domain.inc, line 21
Domain hooks for Domain Conf.

Code

function domain_variable_domain_delete($domain, $form_values = array()) {

  // @codingStandardsIgnoreLine
  $realm_key = _domain_variable_realm_key($domain);
  variable_store_delete_all('domain', $domain['domain_id']);
}