public function PoItem::getContext in Localization update 7.2
Get the context this translation belongs to.
Return value
string The translation context.
File
- includes/
gettext/ PoItem.php, line 112 - Definition of Drupal\Component\Gettext\PoItem.
Class
- PoItem
- PoItem handles one translation.
Code
public function getContext() {
return $this->_context;
}