You are here

function expand_views_node_selector in Views Bulk Operations (VBO) 5

A place holder for the element processing function, located in views_form.inc

File

./views_bulk_operations.module, line 1001
Allow bulk node operations directly within views.

Code

function expand_views_node_selector($element) {
  include_once drupal_get_path('module', 'views_bulk_operations') . '/views_form.inc';
  return _expand_views_node_selector($element);
}