You are here

cmis.install in CMIS API 7.2

Install, update and uninstall functions for the CMIS module.

File

cmis.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the CMIS module.
 */

/**
 * Implementation of hook_uninstall().
 */
function cmis_uninstall() {
  variable_del('cmis_vendor');
}

Functions

Namesort descending Description
cmis_uninstall Implementation of hook_uninstall().