You are here

public function FeedsPlugin::sourceFormValidate in Feeds 8.2

Validation handler for sourceForm.

Overrides FeedsSourceInterface::sourceFormValidate

2 methods override FeedsPlugin::sourceFormValidate()
FeedsFileFetcher::sourceFormValidate in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsFileFetcher.php
Overrides parent::sourceFormValidate().
FeedsHTTPFetcher::sourceFormValidate in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsHTTPFetcher.php
Override parent::sourceFormValidate().

File

lib/Drupal/feeds/Plugin/FeedsPlugin.php, line 82
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Namespace

Drupal\feeds\Plugin

Code

public function sourceFormValidate(&$source_config) {
}