Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PoItem.php
function PoItem::__toString
Output the PoItem as a string.
File
core/
lib/
Drupal/
Component/
Gettext/
PoItem.php
, line 213
Class
PoItem
PoItem handles one translation.
Namespace
Drupal\Component\Gettext
Code
public
function
__toString
() {
return
$this
->
formatItem
(); }
RSS feed