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

Breadcrumb

  1. Drupal Core 11.1.x

PoReaderInterface.php

Namespace

Drupal\Component\Gettext

File

core/lib/Drupal/Component/Gettext/PoReaderInterface.php

View source
<?php

namespace Drupal\Component\Gettext;


/**
 * Shared interface definition for all Gettext PO Readers.
 */
interface PoReaderInterface extends PoMetadataInterface {
    
    /**
     * Reads and returns a PoItem (source/translation pair).
     *
     * @return \Drupal\Component\Gettext\PoItem
     *   Wrapper for item data instance.
     */
    public function readItem();

}

Interfaces

Title Deprecated Summary
PoReaderInterface Shared interface definition for all Gettext PO Readers.

API Navigation

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