You are here

public function PollChoiceTranslationMetadataWrapper::getSource in Poll 8

Retrieves the source language for this translation.

Return value

string The source language code.

Overrides ContentTranslationMetadataWrapper::getSource

File

src/PollChoiceTranslationMetadataWrapper.php, line 16

Class

PollChoiceTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\poll

Code

public function getSource() {
  return NULL;
}