You are here

Files in Views Bulk Operations (VBO) 7.3

Primary tabs

File namesort descending Location Namespace Description
action.class.php plugins/operation_types/action.class.php Defines the class for core actions. Belongs to the "action" operation type plugin.
action.inc plugins/operation_types/action.inc
actions_permissions.info actions_permissions.info name = Actions permissions (VBO) description = Provides permission-based access control for actions. Used by Views Bulk Operations. package = Administration core = 7.x
actions_permissions.module actions_permissions.module
archive.action.inc actions/archive.action.inc Provides an action for creating a zip archive of selected files.
argument_selector.action.inc actions/argument_selector.action.inc Passes selected ids as arguments to a page. The ids might be entity ids or revision ids, depending on the type of the VBO field.
base.class.php plugins/operation_types/base.class.php Defines the base class for operations.
book.action.inc actions/book.action.inc Implements actions for managing books (book.module).
change_owner.action.inc actions/change_owner.action.inc Implements a generic entity change owner action.
delete.action.inc actions/delete.action.inc Implements a generic entity delete action. Uses Entity API if available.
modify.action.css css/modify.action.css div[class*="show-value"] { float: left; margin-right: 20px; }
modify.action.inc actions/modify.action.inc VBO action to modify entity values (properties and fields).
README.txt README.txt Views Bulk Operations augments Views by allowing bulk operations (provided by Drupal core or Rules) to be executed on the displayed rows. It does so by showing a checkbox in front of each displayed row, and adding a select box on top of the View…
rules_component.class.php plugins/operation_types/rules_component.class.php Defines the class for rules components (rule, ruleset, action). Belongs to the "rules_component" operation type plugin.
rules_component.inc plugins/operation_types/rules_component.inc
script.action.inc actions/script.action.inc
user_cancel.action.inc actions/user_cancel.action.inc VBO action to cancel user accounts.
user_roles.action.inc actions/user_roles.action.inc
views_bulk_operations.api.php views_bulk_operations.api.php Hooks provided by Views Bulk Operations.
views_bulk_operations.css css/views_bulk_operations.css .vbo-select-all-markup, .vbo-table-select-all-markup { display: none; } /* "Select all" for table styles. */ .vbo-views-form thead .form-type-checkbox { margin: 0; } .vbo-table-select-all { display: none; } .views-table-row-select-all…
views_bulk_operations.drush.inc views_bulk_operations.drush.inc
views_bulk_operations.info views_bulk_operations.info name = Views Bulk Operations description = Provides a way of selecting multiple rows and applying operations to them. dependencies[] = entity dependencies[] = views (>=3.12) package = Views core = 7.x php = 5.2.9 files[] =…
views_bulk_operations.install views_bulk_operations.install Installation and update functions.
views_bulk_operations.module views_bulk_operations.module Allows operations to be performed on items selected in a view.
views_bulk_operations.rules.inc views_bulk_operations.rules.inc Views Bulk Operations conditions and actions for Rules.
views_bulk_operations.views.inc views/views_bulk_operations.views.inc
views_bulk_operations_handler_field_operations.inc views/views_bulk_operations_handler_field_operations.inc Views field handler. Contains all relevant VBO options and related logic. Implements the Views Form API.

Other projects