You are here

function ckeditor_profile_features_rebuild in CKEditor - WYSIWYG HTML editor 7

Implementation of hook_features_rebuild()

File

includes/ckeditor.features.inc, line 89
CKEditor - The text editor for the Internet - http://ckeditor.com Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.

Code

function ckeditor_profile_features_rebuild($module) {
  ckeditor_profile_features_revert($module);
}