You are here

public function ParserBase::sourceDefaults in Feeds XPath Parser 8

File

lib/Drupal/feeds_xpathparser/ParserBase.php, line 380
Contains \Drupal\feeds_xpathparser\ParserBase.

Class

ParserBase
Base class for the HTML and XML parsers.

Namespace

Drupal\feeds_xpathparser

Code

public function sourceDefaults() {
  return array();
}