protected function FeedsQueryPathParser::includeQueryPath in Feeds QueryPath Parser 7
2 calls to FeedsQueryPathParser::includeQueryPath()
- FeedsQueryPathParser::configFormValidate in ./
FeedsQueryPathParser.inc - Override parent::sourceFormValidate().
- FeedsQueryPathParser::parse in ./
FeedsQueryPathParser.inc - Implements FeedsParser::parse().
File
- ./
FeedsQueryPathParser.inc, line 377 - Provides the class for FeedsQueryPathParser.
Class
- FeedsQueryPathParser
- @file
Code
protected function includeQueryPath() {
if (function_exists('querypath_include_code')) {
querypath_include_code();
}
}