You are here

protected function ParserBase::configSourceLabel in Feeds extensible parsers 8

Returns the label for single source.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|null A translated string if the source has a special name. Null otherwise.

Overrides ParserBase::configSourceLabel

1 method overrides ParserBase::configSourceLabel()
XmlParser::configSourceLabel in src/Feeds/Parser/XmlParser.php
Returns the label for single source.

File

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

Class

ParserBase
The Feeds extensible parser.

Namespace

Drupal\feeds_ex\Feeds\Parser

Code

protected function configSourceLabel() {
  return NULL;
}