media_unsplash.install in Media Unsplash 7
Install, update and uninstall functions for the Media: Unsplash module.
File
media_unsplash.installView 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
Name![]() |
Description |
---|---|
media_unsplash_uninstall | Implements hook_uninstall(). |