You are here

radioactivity_debug.install in Radioactivity 6

Same filename and directory in other branches
  1. 5 plugins/radioactivity_debug.install

Radioactivity debug install hooks

File

plugins/radioactivity_debug.install
View source
<?php

/**
 * @file
 * Radioactivity debug install hooks
 */
function radioactivity_debug_install() {

  // nothing required
}
function radioactivity_debug_uninstall() {

  // nothing required
}

Functions

Namesort descending Description
radioactivity_debug_install @file Radioactivity debug install hooks
radioactivity_debug_uninstall