You are here

function facebook_pull_ctools_plugin_api in Facebook Pull 7.3

Same name and namespace in other branches
  1. 6 facebook_pull.module \facebook_pull_ctools_plugin_api()
  2. 7 facebook_pull.module \facebook_pull_ctools_plugin_api()
  3. 7.2 facebook_pull.module \facebook_pull_ctools_plugin_api()

Implements hook_ctools_plugin_api().

File

./facebook_pull.module, line 106
Facebook Pull Module for getting content from Facebook graph.

Code

function facebook_pull_ctools_plugin_api($module, $api) {
  return array(
    'version' => 1,
  );
}