You are here

function node_convert_api_version in Node Convert 7

Current version for API.

2 calls to node_convert_api_version()
node_convert_ctools_plugin_api in ./node_convert.module
Implements hook_ctools_plugin_api().
node_convert_load_includes in ./node_convert.module
Loads include files, that execute various behaviors on node conversion.

File

./node_convert.module, line 550

Code

function node_convert_api_version() {
  return '1';
}