You are here

public function FeedsExBase::hasConfigForm in Feeds extensible parsers 7

Same name and namespace in other branches
  1. 7.2 src/FeedsExBase.inc \FeedsExBase::hasConfigForm()

File

src/FeedsExBase.inc, line 648
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

public function hasConfigForm() {
  return TRUE;
}