cmis.install in CMIS API 7
Same filename and directory in other branches
Install, update and uninstall functions for the CMIS module.
File
cmis.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the CMIS module.
*/
/**
* Implementation of hook_uninstall().
*/
function cmis_uninstall() {
variable_del('cmis_vendor');
}
Functions
Name | Description |
---|---|
cmis_uninstall | Implementation of hook_uninstall(). |