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

Breadcrumb

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

function PoWriterInterface::writeItem

Writes the given item.

Parameters

PoItem $item: One specific item to write.

3 methods override PoWriterInterface::writeItem()
PoDatabaseWriter::writeItem in core/modules/locale/src/PoDatabaseWriter.php
Writes the given item.
PoMemoryWriter::writeItem in core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
Writes the given item.
PoStreamWriter::writeItem in core/lib/Drupal/Component/Gettext/PoStreamWriter.php
Writes the given item.

File

core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 16

Class

PoWriterInterface
Shared interface definition for all Gettext PO Writers.

Namespace

Drupal\Component\Gettext

Code

public function writeItem(PoItem $item);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal