visualn-8.x-1.x-dev/src/Plugin/VisualN/RawResourceFormat/CSVResourceFormat.php
src/Plugin/VisualN/RawResourceFormat/CSVResourceFormat.php
<?php
// @todo: review plugin id and class name, maybe rename to visualn_csv_remote
namespace Drupal\visualn\Plugin\VisualN\RawResourceFormat;
use Drupal\visualn\Core\RawResourceFormatBase;
/**
* Provides a 'CSV' VisualN raw resource format.
*
* @ingroup raw_resource_formats
*
* @VisualNRawResourceFormat(
* id = "visualn_csv",
* label = @Translation("CSV"),
* output = "remote_generic_csv",
* )
*/
class CSVResourceFormat extends RawResourceFormatBase {
}
