You are here

function xcal_format_autoload_info in Services 6.3

File

servers/rest_server/formats/xcal_format.module, line 3

Code

function xcal_format_autoload_info() {
  return array(
    'XCalFormatView' => array(
      'file' => 'XCalFormatView.inc',
    ),
  );
}