You are here

protected property PoMemoryWriter::$items in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Gettext/PoMemoryWriter.php \Drupal\Component\Gettext\PoMemoryWriter::items

Array to hold all PoItem elements.

Type: array

File

core/lib/Drupal/Component/Gettext/PoMemoryWriter.php, line 15

Class

PoMemoryWriter
Defines a Gettext PO memory writer, to be used by the installer.

Namespace

Drupal\Component\Gettext

Code

protected $items;