You are here

function breakpoints_ctools_plugin_api in Breakpoints 7

Implements hook_ctools_plugin_api().

File

./breakpoints.module, line 38
Breakpoints @todo: provide button to reload breakpoints from theme

Code

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