ckeditor_responsive_plugin.install in CKEditor Responsive Plugin 7
Same filename and directory in other branches
Install, update, and uninstall functions for the module.
File
ckeditor_responsive_plugin.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for the module.
*/
/**
* Display a message after the module installation.
* Implements hook_enable().
*/
function ckeditor_responsive_plugin_enable() {
drupal_set_message(t('The Responsive Area plugin is now enable, please add the
corresponding module on CKEditor toolbar.'));
}
Functions
Name | Description |
---|---|
ckeditor_responsive_plugin_enable | Display a message after the module installation. Implements hook_enable(). |