You are here

function views_bulk_operations_plugin_style::get_operation_info in Views Bulk Operations (VBO) 6.3

Same name and namespace in other branches
  1. 6 views_bulk_operations_plugin_style.inc \views_bulk_operations_plugin_style::get_operation_info()

File

./views_bulk_operations_plugin_style.inc, line 162

Class

views_bulk_operations_plugin_style

Code

function get_operation_info($key) {
  return $this->all_operations[$key];
}