protected function FeedsExBase::configFormTableHeader in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/FeedsExBase.inc \FeedsExBase::configFormTableHeader()
Reuturns the list of table headers.
Return value
array A list of header names keyed by the form keys.
2 calls to FeedsExBase::configFormTableHeader()
- FeedsExBase::configForm in src/FeedsExBase.inc 
- FeedsExBase::getFormHeader in src/FeedsExBase.inc 
- Returns the configuration form table header.
1 method overrides FeedsExBase::configFormTableHeader()
- FeedsExXml::configFormTableHeader in src/FeedsExXml.inc 
- Reuturns the list of table headers.
File
- src/FeedsExBase.inc, line 156 
- Contains FeedsExBase.
Class
- FeedsExBase
- The Feeds extensible parser.
Code
protected function configFormTableHeader() {
  return array();
}