You are here

protected function ParserBase::loadLibrary in Feeds extensible parsers 8

Loads the necessary library.

Subclasses can override this to load the necessary library. It will be called automatically.

Throws

\RuntimeException Thrown if the library does not exist.

2 calls to ParserBase::loadLibrary()
ParserBase::configFormValidate in src/Feeds/Parser/ParserBase.php
ParserBase::parse in src/Feeds/Parser/ParserBase.php
Parses content returned by fetcher.
3 methods override ParserBase::loadLibrary()
JmesPathParser::loadLibrary in src/Feeds/Parser/JmesPathParser.php
Loads the necessary library.
JsonPathParser::loadLibrary in src/Feeds/Parser/JsonPathParser.php
Loads the necessary library.
QueryPathXmlParser::loadLibrary in src/Feeds/Parser/QueryPathXmlParser.php
Loads the necessary library.

File

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

Class

ParserBase
The Feeds extensible parser.

Namespace

Drupal\feeds_ex\Feeds\Parser

Code

protected function loadLibrary() {
}