magic.install in Magic 7.2
Same filename and directory in other branches
Install hooks for the magic module.
File
magic.installView source
<?php
/**
* @file
* Install hooks for the magic module.
*/
/**
* Implements hook_schema().
*/
function magic_schema() {
$schema['cache_magic'] = drupal_get_schema_unprocessed('system', 'cache');
return $schema;
}
Functions
Name | Description |
---|---|
magic_schema | Implements hook_schema(). |