You are here

cmis_browser.install in CMIS API 6

File

cmis_browser/cmis_browser.install
View source
<?php

/**
 * Implementation of hook_install()
 */
function cmis_browser_install() {
  return;
}

/**
 * Implementation of hook_uninstall()
 */
function cmis_browser_uninstall() {
  return;
}

Functions

Namesort descending Description
cmis_browser_install Implementation of hook_install()
cmis_browser_uninstall Implementation of hook_uninstall()