You are here

function msnf_ctools_plugin_api in Multistep Nodeform 7

Implements hook_ctools_plugin_api().

File

./msnf.module, line 166
Main functions for module "Multistep Nodeform".

Code

function msnf_ctools_plugin_api($owner, $api) {
  if ($owner == 'msnf' && $api == 'msnf') {
    return array(
      'version' => 1,
    );
  }
}