You are here

protected property ParserBase::$encoderClass in Feeds extensible parsers 8

The class used as the text encoder.

Type: string

File

src/Feeds/Parser/ParserBase.php, line 43

Class

ParserBase
The Feeds extensible parser.

Namespace

Drupal\feeds_ex\Feeds\Parser

Code

protected $encoderClass = '\\Drupal\\feeds_ex\\Encoder\\TextEncoder';