You are here

varbase_ckeditor.features.inc in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.2

File

modules/features/varbase_ckeditor/varbase_ckeditor.features.inc
View source
<?php

/**
 * @file
 * varbase_ckeditor.features.inc
 */

/**
 * Implements hook_ctools_plugin_api().
 */
function varbase_ckeditor_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "linkit" && $api == "linkit_profiles") {
    return array(
      "version" => "1",
    );
  }
}

Functions