You are here

function panels_content_cache_install in Panels Content Cache 6

Implements hook_install().

File

./panels_content_cache.install, line 44

Code

function panels_content_cache_install() {
  drupal_install_schema('panels_content_cache');
}