You are here

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

File

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

/**
 * Implements hook_enable().
 */
function varbase_ckeditor_enable() {
  features_revert(array(
    'varbase_ckeditor' => array(
      'ckeditor_profile',
    ),
  ));
}

Functions

Namesort descending Description
varbase_ckeditor_enable Implements hook_enable().