You are here

function cmis_sync_theme in CMIS API 6.2

Implementation of hook_theme() for CMIS sync module.

File

cmis_sync/cmis_sync.module, line 43

Code

function cmis_sync_theme() {
  return array(
    'cmis_sync_admin_field_map_table' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'cmis_sync.theme.inc',
    ),
  );
}