You are here

radioactivity_votingapi.install in Radioactivity 6

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

Radioactivity votingapi install hooks

File

plugins/radioactivity_votingapi.install
View source
<?php

/**
 * @file
 * Radioactivity votingapi install hooks
 */
function radioactivity_votingapi_install() {

  // nothing required
}
function radioactivity_votingapi_uninstall() {

  // nothing required
}

Functions

Namesort descending Description
radioactivity_votingapi_install @file Radioactivity votingapi install hooks
radioactivity_votingapi_uninstall