function views_bulk_operations_fields_action_theme in Views Bulk Operations (VBO) 6.3
Same name and namespace in other branches
- 6 actions/fields.action.inc \views_bulk_operations_fields_action_theme()
File
- ./
fields.action.inc, line 20 - Drupal action to set individual field values.
Code
function views_bulk_operations_fields_action_theme() {
return array(
'views_bulk_operations_fields_action_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}