protected function FeedsExBase::loadLibrary in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/FeedsExBase.inc \FeedsExBase::loadLibrary()
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 FeedsExBase::loadLibrary()
2 methods override FeedsExBase::loadLibrary()
- FeedsExJmesPath::loadLibrary in src/
FeedsExJmesPath.inc - Loads the necessary library.
- FeedsExJsonPath::loadLibrary in src/
FeedsExJsonPath.inc - Loads the necessary library.
File
- src/
FeedsExBase.inc, line 134 - Contains FeedsExBase.
Class
- FeedsExBase
- The Feeds extensible parser.
Code
protected function loadLibrary() {
}