context_metadata.install in Context Metadata 8
Same filename and directory in other branches
Install, update, and uninstall functions for context_metadata.
File
context_metadata.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for context_metadata.
*
* @ingroup context_metadata
*/
/**
* Implements hook_install().
*/
function context_metadata_install() {
// Set the weight to 1000.
module_set_weight('context_metadata', 1000);
}
Functions
Name | Description |
---|---|
context_metadata_install | Implements hook_install(). |