Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PoStreamWriter.php

function PoStreamWriter::writeItem

Overrides PoWriterInterface::writeItem

1 call to PoStreamWriter::writeItem()
PoStreamWriter::writeItems in core/lib/Drupal/Component/Gettext/PoStreamWriter.php
Writes all or the given amount of items.

File

core/lib/Drupal/Component/Gettext/PoStreamWriter.php, line 130

Class

PoStreamWriter
Defines a Gettext PO stream writer.

Namespace

Drupal\Component\Gettext

Code

public function writeItem(PoItem $item) {
    $this->write($item);
}
RSS feed
Powered by Drupal