You are here

private_content.install in Private 8.2

File

private_content.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function private_content_uninstall() {

  // @todo Test if this is actually needed any more.

  //private_content_disabling(TRUE);
}

Functions

Namesort descending Description
private_content_uninstall Implements hook_uninstall().