You are here

function jquery_social_stream_bean_types_api_info in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.module \jquery_social_stream_bean_types_api_info()

Implements hook_bean_types_api_info().

File

./jquery_social_stream.module, line 123
Code for the Campaign social media module.

Code

function jquery_social_stream_bean_types_api_info() {
  return array(
    'api' => 4,
  );
}