You are here

function n1ed_update_8226 in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Clears all caches to support new routes.

File

./n1ed.install, line 189
Installation hooks for N1ED module.

Code

function n1ed_update_8226() {
  drupal_flush_all_caches();
}