You are here

function views_bulk_operations_uninstall in Views Bulk Operations (VBO) 7.3

Same name and namespace in other branches
  1. 5 views_bulk_operations.install \views_bulk_operations_uninstall()
  2. 6 views_bulk_operations.install \views_bulk_operations_uninstall()

Implements hook_uninstall().

File

./views_bulk_operations.install, line 11
Installation and update functions.

Code

function views_bulk_operations_uninstall() {

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