VboExportXlsx.php in VBO export 8
Same filename and directory in other branches
Namespace
Drupal\vbo_export\Plugin\ActionFile
src/Plugin/Action/VboExportXlsx.phpView source
<?php
namespace Drupal\vbo_export\Plugin\Action;
/**
* Generates csv.
*
* @Action(
* id = "vbo_export_generate_xlsx_action",
* label = @Translation("Generate xlsx from selected view results"),
* type = "node"
* )
*/
class VboExportXlsx extends VboExportBase {
const THEME = 'vbo_export_content_xlsx';
const EXTENSION = 'xlsx';
}
Classes
Name | Description |
---|---|
VboExportXlsx | Generates csv. |