radioactivity_fivestar_voting.install in Radioactivity 6
Radioactivity fivestar voting install hooks
File
plugins/radioactivity_fivestar_voting.installView source
<?php
/**
* @file
* Radioactivity fivestar voting install hooks
*/
/**
* Implement hook_install().
*/
function radioactivity_fivestar_voting_install() {
// nothing required
}
/**
* Implement hook_uninstall().
*/
function radioactivity_fivestar_voting_uninstall() {
// nothing required
}
Functions
Name | Description |
---|---|
radioactivity_fivestar_voting_install | Implement hook_install(). |
radioactivity_fivestar_voting_uninstall | Implement hook_uninstall(). |