You are here

views_bulk_operations.install in Views Bulk Operations (VBO) 7.3

Installation and update functions.

File

views_bulk_operations.install
View source
<?php

/**
 * @file
 * Installation and update functions.
 */

/**
 * Implements hook_uninstall().
 */
function views_bulk_operations_uninstall() {

  // Remove VBO actions that are now orphaned.
  actions_synchronize(TRUE);
}

Functions