You are here

ckeditor_templates_ui.post_update.php in Ckeditor templates user interface 8

Post update functions for the ckeditor_templates_ui module.

File

ckeditor_templates_ui.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for the ckeditor_templates_ui module.
 */

/**
 * Force clear cache after update.
 */
function ckeditor_templates_ui_post_update_clear_cache() {

  // Empty post-update hook.
}

Functions

Namesort descending Description
ckeditor_templates_ui_post_update_clear_cache Force clear cache after update.