You are here

function blogapi_blogger_blogapi_info in Blog API 7.2

Implements hook_blogapi_info().

File

modules/blogapi_blogger/blogapi_blogger.module, line 11
Provides Blogger services for BlogAPI

Code

function blogapi_blogger_blogapi_info() {
  return array(
    'api_version' => 2,
    'type' => 'xmlrpc',
    'name' => 'Blogger',
  );
}