You are here

block_upload.install in Block Upload 8

Same filename and directory in other branches
  1. 7 block_upload.install

Install, update and uninstall functions for the devel module.

File

block_upload.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the devel module.
 */

/**
 * Implements hook_install().
 */
function block_upload_install() {
  drupal_flush_all_caches();
}

Functions

Namesort descending Description
block_upload_install Implements hook_install().