You are here

autoload.install in Autoload 7.2

Same filename and directory in other branches
  1. 6.2 autoload.install
  2. 6 autoload.install
  3. 7 autoload.install

File

autoload.install
View source
<?php

/**
 * @file
 * Installation and updating tasks.
 */
if (!class_exists('AutoloadCache')) {
  require_once 'autoload.cache.inc';
}

/**
 * Implements hook_schema().
 */
function autoload_schema() {
  return \AutoloadCache::schema();
}

Functions

Namesort descending Description
autoload_schema Implements hook_schema().