You are here

function blogapi_metaweblog_blogapi_info in Blog API 7.2

Implements hook_blogapi_info().

File

modules/blogapi_metaweblog/blogapi_metaweblog.module, line 11
Provides MetaWeblog services for BlogAPI

Code

function blogapi_metaweblog_blogapi_info() {
  return array(
    'api_version' => 2,
    'type' => 'xmlrpc',
    'name' => 'MetaWeblog',
    'provides_file_handling' => TRUE,
  );
}