You are here

protected property CsvEncoder::$newline in CSV Serialization 8.2

Indicates the character used for new line. Defaults to "\n".

Type: string

File

src/Encoder/CsvEncoder.php, line 47

Class

CsvEncoder
Adds CSV encoder support for the Serialization API.

Namespace

Drupal\csv_serialization\Encoder

Code

protected $newline;