You are here

public function FeedsQueryPathParser::configForm in Feeds QueryPath Parser 6

Same name and namespace in other branches
  1. 7 FeedsQueryPathParser.inc \FeedsQueryPathParser::configForm()

Override parent::configForm().

Overrides FeedsConfigurable::configForm

File

./FeedsQueryPathParser.inc, line 206
Provides the class for FeedsQueryPathParser.

Class

FeedsQueryPathParser
@file

Code

public function configForm(&$form_state) {
  $form = $this
    ->sourceForm($this->config);
  $form['context']['#required'] = FALSE;
  return $form;
}