You are here

function domain_locale_domain_insert in Domain Locale 7

Implements hook_domain_insert().

  • Insert domain locale entries for the newly inserted domain.

File

./domain_locale.module, line 109
Provides domain specific language settings.

Code

function domain_locale_domain_insert($domain) {
  domain_locale_restore_default($domain['domain_id']);
}