You are here

function authcache_example_install in Authenticated User Page Caching (Authcache) 7

Same name and namespace in other branches
  1. 6 modules/authcache_example/authcache_example.install \authcache_example_install()

Implementation of hook_install().

File

modules/authcache_example/authcache_example.install, line 44

Code

function authcache_example_install() {

  // Create table to hold our user block text
  drupal_install_schema('authcache_example');
}