You are here

public function FeedsConfigurable::configFormValidate in Feeds 8.2

Validation handler for configForm().

Set errors with form_set_error().

Parameters

$values: An array that contains the values entered by the user through configForm.

3 methods override FeedsConfigurable::configFormValidate()
FeedsFileFetcher::configFormValidate in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsFileFetcher.php
Overrides parent::configFormValidate().
FeedsNodeProcessor::configFormValidate in lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php
Override parent::configFormValidate().
FeedsSource::configFormValidate in lib/Drupal/feeds/FeedsSource.php
Override parent::configFormValidate().

File

lib/Drupal/feeds/Plugin/FeedsConfigurable.php, line 197
FeedsConfigurable and helper functions.

Class

FeedsConfigurable
Base class for configurable classes. Captures configuration handling, form handling and distinguishes between in-memory configuration and persistent configuration.

Namespace

Drupal\feeds\Plugin

Code

public function configFormValidate(&$values) {
}