You are here

function domain_theme_domainwarnings in Domain Access 5

Same name and namespace in other branches
  1. 6.2 domain_theme/domain_theme.module \domain_theme_domainwarnings()
  2. 7.2 domain_theme/domain_theme.module \domain_theme_domainwarnings()

Implement hook_domainwarnings()

File

domain_theme/domain_theme.module, line 278
Domain Theme module for the Domain Access module group.

Code

function domain_theme_domainwarnings() {
  return array(
    'system_themes',
    'system_theme_settings',
  );
}