You are here

protected property CsvParser::$hasHeader in Feeds 8.3

Whether or not the first line contains a header.

Type: bool

File

src/Component/CsvParser.php, line 24

Class

CsvParser
Parses an RFC 4180 style CSV file.

Namespace

Drupal\feeds\Component

Code

protected $hasHeader = FALSE;