function PoItem::getContext

Get the context this translation belongs to.

Return value

string $context

File

drupal/core/lib/Drupal/Component/Gettext/PoItem.php, line 85
Definition of Drupal\Component\Gettext\PoItem.

Class

PoItem
PoItem handles one translation.

Namespace

Drupal\Component\Gettext

Code

function getContext() {
  return $this->_context;
}