You are here

function fancy_file_delete_install in Fancy File Delete 2.0.x

Same name and namespace in other branches
  1. 7 fancy_file_delete.install \fancy_file_delete_install()

Implements hook_install().

File

./fancy_file_delete.install, line 21
Install File for Fancy File Delete.

Code

function fancy_file_delete_install() {

  // So the views and actions are happy after install.
  drupal_flush_all_caches();
}