You are here

media_unsplash.install in Media Unsplash 7

Install, update and uninstall functions for the Media: Unsplash module.

File

media_unsplash.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Media: Unsplash module.
 */

/**
 * Implements hook_uninstall().
 */
function media_unsplash_uninstall() {
  variable_del('media_unsplash_api');
}

Functions

Namesort descending Description
media_unsplash_uninstall Implements hook_uninstall().