You are here

radioactivity_fivestar_voting.install in Radioactivity 6

Radioactivity fivestar voting install hooks

File

plugins/radioactivity_fivestar_voting.install
View 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
}