You are here

protected function ParserBase::configFormTableHeader in Feeds extensible parsers 8

Returns the list of table headers.

Return value

array A list of header names keyed by the form keys.

2 calls to ParserBase::configFormTableHeader()
ParserBase::getFormHeader in src/Feeds/Parser/ParserBase.php
Returns the configuration form table header.
ParserBase::_buildConfigurationForm in src/Feeds/Parser/ParserBase.php
Builds configuration form for the parser settings.
1 method overrides ParserBase::configFormTableHeader()
XmlParser::configFormTableHeader in src/Feeds/Parser/XmlParser.php
Returns the list of table headers.

File

src/Feeds/Parser/ParserBase.php, line 221

Class

ParserBase
The Feeds extensible parser.

Namespace

Drupal\feeds_ex\Feeds\Parser

Code

protected function configFormTableHeader() {
  return [];
}