You are here

pmpapi_remote_files.install in Public Media Platform API Integration 7

Install, update and uninstall functions for the PMPAPI remote files module.

File

pmpapi_remote_files/pmpapi_remote_files.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the PMPAPI remote files module.
 */

/**
 * Implements hook_uninstall().
 */
function pmpapi_remote_files_uninstall() {
  variable_del('pmpapi_remote_files_settings');
}

Functions