block_upload.install in Block Upload 8
Same filename and directory in other branches
Install, update and uninstall functions for the devel module.
File
block_upload.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the devel module.
*/
/**
* Implements hook_install().
*/
function block_upload_install() {
drupal_flush_all_caches();
}
Functions
Name | Description |
---|---|
block_upload_install | Implements hook_install(). |