You are here

protected property XmlEncoder::$replacePattern in Feeds extensible parsers 8

The replacement pattern.

Type: string

File

src/Encoder/XmlEncoder.php, line 29

Class

XmlEncoder
Converts the encoding of an XML document to UTF-8.

Namespace

Drupal\feeds_ex\Encoder

Code

protected $replacePattern = '$1UTF-8$4';