You are here

public function FeedsExBase::hasSourceConfig in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/FeedsExBase.inc \FeedsExBase::hasSourceConfig()
2 calls to FeedsExBase::hasSourceConfig()
FeedsExBase::sourceForm in src/FeedsExBase.inc
FeedsExBase::sourceSave in src/FeedsExBase.inc

File

src/FeedsExBase.inc, line 764
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

public function hasSourceConfig() {
  return !empty($this->config['debug_mode']);
}