radioactivity_debug.install in Radioactivity 6
Same filename and directory in other branches
Radioactivity debug install hooks
File
plugins/radioactivity_debug.installView source
<?php
/**
* @file
* Radioactivity debug install hooks
*/
function radioactivity_debug_install() {
// nothing required
}
function radioactivity_debug_uninstall() {
// nothing required
}
Functions
Name | Description |
---|---|
radioactivity_debug_install | @file Radioactivity debug install hooks |
radioactivity_debug_uninstall |