You are here

uc_views_bulk_operations.install in Ubercart Views 6.2

File

uc_views_bulk_operations/uc_views_bulk_operations.install
View source
<?php

/**
 * Implentation of the hook_install().
 */
function uc_views_bulk_operations_install() {
}

/**
 * Implentation of the hook_uninstall().
 */
function uc_views_bulk_operations_uninstall() {
}

Functions

Namesort descending Description
uc_views_bulk_operations_install Implentation of the hook_install().
uc_views_bulk_operations_uninstall Implentation of the hook_uninstall().