You are here

public function EncoderInterface::__construct in Feeds extensible parsers 8

Constructs a EncoderInterface object.

Parameters

array $encoding_list: The list of encodings to search through.

1 method overrides EncoderInterface::__construct()
TextEncoder::__construct in src/Encoder/TextEncoder.php
Constructs a EncoderInterface object.

File

src/Encoder/EncoderInterface.php, line 18

Class

EncoderInterface
Coverts text encodings.

Namespace

Drupal\feeds_ex\Encoder

Code

public function __construct(array $encoding_list);