You are here

public function FeedsCrawlerBase::hasConfigForm in Feeds Crawler 7.2

File

src/FeedsCrawlerBase.php, line 87
Contains FeedsCrawler.

Class

FeedsCrawlerBase
The fetcher class that implements crawling.

Code

public function hasConfigForm() {
  return TRUE;
}