You are here

function vbo_export_csv_action in VBO export 7

The csv export action.

File

./vbo_export.module, line 88
Provides VBO action to create a csv based on returned results.

Code

function vbo_export_csv_action($node, $context) {
  vbo_export_action_base($node, $context, 'vbo_export_csv', 'csv');
}