Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PoItem.php
function PoItem::isPlural
Get if the translation has plural values.
Return value
bool
File
core/
lib/
Drupal/
Component/
Gettext/
PoItem.php
, line 161
Class
PoItem
PoItem handles one translation.
Namespace
Drupal\Component\Gettext
Code
public
function
isPlural
() {
return
$this
->
plural
; }
RSS feed