You are here

protected function ParserBase::configSourceDescription in Feeds 8.3

Returns the description for single source.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|null A translated string if there's a description. Null otherwise.

1 call to ParserBase::configSourceDescription()
ParserBase::mappingFormAlter in src/Feeds/Parser/ParserBase.php
Alter mapping form.
1 method overrides ParserBase::configSourceDescription()
CsvParser::configSourceDescription in src/Feeds/Parser/CsvParser.php
Returns the description for single source.

File

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

Class

ParserBase
Base class for Feeds parsers.

Namespace

Drupal\feeds\Feeds\Parser

Code

protected function configSourceDescription() {
  return NULL;
}