You are here

function crm_core_user_sync_theme in CRM Core 8.2

Same name and namespace in other branches
  1. 7 modules/crm_core_user_sync/crm_core_user_sync.module \crm_core_user_sync_theme()

Implements hook_theme

File

modules/crm_core_user_sync/crm_core_user_sync.module, line 484

Code

function crm_core_user_sync_theme() {
  return array(
    'crm_core_user_sync_admin_form' => array(
      'render element' => 'form',
      'file' => 'crm_core_user_sync.admin.inc',
    ),
  );
}