You are here

function views_bulk_operations_plugin_style::init in Views Bulk Operations (VBO) 6

Implementation of views_plugin::init().

File

./views_bulk_operations_plugin_style.inc, line 10

Class

views_bulk_operations_plugin_style

Code

function init(&$view, &$display, $options = NULL) {
  parent::init($view, $display, $options);
  $this
    ->populate_operations();
}