You are here

function blockcache_alter_install in Block Cache Alter 6

Implementation of hook_install().

File

./blockcache_alter.install, line 11
Install file.

Code

function blockcache_alter_install() {
  drupal_install_schema('blockcache_alter');
}