PoItem::setContext($context)
Set the context this translation belongs to.
Parameters
string $context:
File
- core/lib/Drupal/Component/Gettext/PoItem.php, line 89
Class
- PoItem
- PoItem handles one translation.
Namespace
Drupal\Component\Gettext
Code
1 2 3 | function setContext( $context ) { $this ->_context = $context ; } |
Please login to continue.