public function PoItem::getSource in Localization update 7.2
Get the source string(s) if the translation has plurals.
Return value
string|array Translation source string(s).
File
- includes/
gettext/ PoItem.php, line 129 - Definition of Drupal\Component\Gettext\PoItem.
Class
- PoItem
- PoItem handles one translation.
Code
public function getSource() {
return $this->_source;
}