You are here

protected static property CsvEncoder::$format in CSV Serialization 8

Same name and namespace in other branches
  1. 8.2 src/Encoder/CsvEncoder.php \Drupal\csv_serialization\Encoder\CsvEncoder::format

The format that this encoder supports.

Type: string

File

src/Encoder/CsvEncoder.php, line 58

Class

CsvEncoder
Adds CSV encoder support for the Serialization API.

Namespace

Drupal\csv_serialization\Encoder

Code

protected static $format = 'csv';