You are here

public function FeedsConfigurable::validateConfig in Feeds 7.2

Validates the configuration.

Return value

array A list of errors.

2 calls to FeedsConfigurable::validateConfig()
FeedsImporter::validateConfig in includes/FeedsImporter.inc
Validates the configuration.
FeedsProcessor::validateConfig in plugins/FeedsProcessor.inc
Validates the configuration.
2 methods override FeedsConfigurable::validateConfig()
FeedsImporter::validateConfig in includes/FeedsImporter.inc
Validates the configuration.
FeedsProcessor::validateConfig in plugins/FeedsProcessor.inc
Validates the configuration.

File

includes/FeedsConfigurable.inc, line 255
FeedsConfigurable and helper functions.

Class

FeedsConfigurable
Base class for configurable classes.

Code

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