radioactivity_up_down_voting.install in Radioactivity 6
Same filename and directory in other branches
Radioactivity up-down install hooks
File
plugins/radioactivity_up_down_voting.installView source
<?php
/**
* @file
* Radioactivity up-down install hooks
*/
function radioactivity_up_down_voting_install() {
// nothing required
}
function radioactivity_up_down_voting_uninstall() {
// nothing required
}
Functions
Name | Description |
---|---|
radioactivity_up_down_voting_install | @file Radioactivity up-down install hooks |
radioactivity_up_down_voting_uninstall |