You are here

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

Clears all caches to support new routes.

File

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

Code

function n1ed_update_8223() {
  drupal_flush_all_caches();
}